summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:53:45 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:53:45 +0100
commitc00b5e7030b1eb9a033b20f980a1950ebecf5b01 (patch)
treef689a5f518034aecb7202479984cea320882df92
parente5c81f5a86052df79c8a5f7f2f0cf5c5a8786693 (diff)
x11/xf86-video-ati: reorder Makefile
-rw-r--r--x11/xf86-video-ati/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile
index b482e27..df72e40 100644
--- a/x11/xf86-video-ati/Makefile
+++ b/x11/xf86-video-ati/Makefile
@@ -9,12 +9,12 @@ MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
+WANTLIB = drm drm_radeon gbm pciaccess m
+
SITES = ${SITE_XORG:=driver/}
MODULES = xenocara
-WANTLIB = drm drm_radeon gbm pciaccess m
-
BUILD_DEPENDS = x11/xorg-server
SEPARATE_BUILD = Yes