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 | |
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')
-rw-r--r-- | games/construo/Makefile | 4 | ||||
-rw-r--r-- | games/mirrormagic/Makefile | 6 | ||||
-rw-r--r-- | games/powermanga/Makefile | 4 |
3 files changed, 7 insertions, 7 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" \ diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 4a45b3bf8d8d..5978097b17e9 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -7,7 +7,7 @@ PORTNAME= mirrormagic PORTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/mirrormagic/ \ http://www.amdmi3.ru/distfiles/ @@ -25,11 +25,11 @@ OPTIONS= SDL "SDL support" on .include <bsd.port.pre.mk> -.if defined(WITH_SDL) +.if !defined(WITHOUT_SDL) USE_SDL= image mixer sdl ALL_TARGET= sdl .else -USE_XLIB= yes +USE_XORG= x11 ALL_TARGET= x11 .endif diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index ac7f3a782bd0..643babac836e 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -7,7 +7,7 @@ PORTNAME= powermanga PORTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/Powermanga/download/ \ http://www.amdmi3.ru/distfiles/ @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@amdmi3.ru COMMENT= An arcade 2D shoot-em-up -USE_XLIB= yes +USE_XORG= xext xxf86dga USE_SDL= sdl mixer GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |