diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 16:39:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 16:39:14 +0000 |
commit | 5e936e627d2a5c1eff87d1ec89591fe0cee63798 (patch) | |
tree | b4347bc9e16409cab282e5cca5134bcb7e754eca /games/construo/Makefile | |
parent | 640540b0070b516df5956a4aad8b6ed2b5d82037 (diff) |
- Replace USE_X_PREFIX to USE_XORG
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (via private mail)
Notes
Notes:
svn path=/head/; revision=209223
Diffstat (limited to 'games/construo/Makefile')
-rw-r--r-- | games/construo/Makefile | 4 |
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" \ |