aboutsummaryrefslogtreecommitdiffstats
path: root/games/construo
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-18 00:39:14 +0800
committermiwi <miwi@FreeBSD.org>2008-03-18 00:39:14 +0800
commit927936b982d654a208a1b72eefe4c16852b23607 (patch)
treed53b00448a2fe7fa9726ae2af659cc49458eaa7a /games/construo
parentcb1833aeaa1c0e30ee099b35a3bfe48b27fd557f (diff)
downloadfreebsd-ports-gnome-927936b982d654a208a1b72eefe4c16852b23607.tar.gz
freebsd-ports-gnome-927936b982d654a208a1b72eefe4c16852b23607.tar.zst
freebsd-ports-gnome-927936b982d654a208a1b72eefe4c16852b23607.zip
- Replace USE_X_PREFIX to USE_XORG
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (via private mail)
Diffstat (limited to 'games/construo')
-rw-r--r--games/construo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/construo/Makefile b/games/construo/Makefile
index d545a0bc1b9a..381e98eba7ef 100644
--- a/games/construo/Makefile
+++ b/games/construo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= construo
PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= construo
@@ -17,7 +17,7 @@ COMMENT= A fun construction toy
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_XLIB= yes
+USE_XORG= sm ice x11 xext xxf86vm
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \