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/powermanga | |
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/powermanga')
-rw-r--r-- | games/powermanga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |