aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/construo/Makefile4
-rw-r--r--games/mirrormagic/Makefile6
-rw-r--r--games/powermanga/Makefile4
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}