summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>