diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-18 00:39:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-18 00:39:14 +0800 |
commit | 927936b982d654a208a1b72eefe4c16852b23607 (patch) | |
tree | d53b00448a2fe7fa9726ae2af659cc49458eaa7a /games/construo | |
parent | cb1833aeaa1c0e30ee099b35a3bfe48b27fd557f (diff) | |
download | freebsd-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/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" \ |