summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 20:12:21 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 20:12:21 +0100
commitb88cde22fa0d4b0253df6c70a981cc1f19875c21 (patch)
tree9188d23e836c20d7b6f14e0b28ad7d96a92a8dfa
parent581e10443c6109b1e4df0dcf903ccf345be6f6d5 (diff)
graphics/libGLU: reorder Makefile
-rw-r--r--graphics/libGLU/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
index dea7c2e..0f594d6 100644
--- a/graphics/libGLU/Makefile
+++ b/graphics/libGLU/Makefile
@@ -10,22 +10,21 @@ CATEGORIES = graphics
HOMEPAGE = https://gitlab.freedesktop.org/mesa/glu
-SITES = https://archive.mesa3d.org//glu/
-
MAINTAINER = xenocara@openbsd.org
# MIT
-PERMIT_PACKAGE = Yes
-
-MODULES = xenocara
+PERMIT_PACKAGE = Yes
WANTLIB = ${COMPILER_LIBCXX} GL X11 X11-xcb Xau Xdmcp Xext Xfixes
WANTLIB += Xxf86vm drm glapi m xcb xcb-dri2 xcb-dri3 xcb-glx
WANTLIB += xcb-present xcb-shm xcb-sync xcb-xfixes xshmfence
-CONFIGURE_STYLE = gnu
+SITES = https://archive.mesa3d.org//glu/
+
+MODULES = xenocara
BUILD_DEPENDS = graphics/mesa
+CONFIGURE_STYLE = gnu
.include <bsd.port.mk>