diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-29 01:56:37 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-29 01:56:37 +0800 |
commit | 43ccbbf15edb2beca09cc0b42fd7fe707608f05e (patch) | |
tree | a2c11d52ab3177a4c2576c465a4d77328c906e96 /games | |
parent | 9813bea18d41cff302e8ed1c8b3e9b147fdd3306 (diff) | |
download | freebsd-ports-gnome-43ccbbf15edb2beca09cc0b42fd7fe707608f05e.tar.gz freebsd-ports-gnome-43ccbbf15edb2beca09cc0b42fd7fe707608f05e.tar.zst freebsd-ports-gnome-43ccbbf15edb2beca09cc0b42fd7fe707608f05e.zip |
Convert a few remaining straglers from the unmaintined ports to pathfix
Diffstat (limited to 'games')
-rw-r--r-- | games/mudmagic/Makefile | 4 | ||||
-rw-r--r-- | games/wargus/Makefile | 4 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/mudmagic/Makefile b/games/mudmagic/Makefile index 6843289d2844..787c09a6c7a8 100644 --- a/games/mudmagic/Makefile +++ b/games/mudmagic/Makefile @@ -16,8 +16,8 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ expat:${PORTSDIR}/textproc/expat2 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 -USES= pathfix -USE_GNOME= gtk20 libglade2 libxml2 gnomehack +USES= pathfix +USE_GNOME= gtk20 libglade2 libxml2 GNU_CONFIGURE= yes USE_GMAKE= yes USE_PYTHON= yes diff --git a/games/wargus/Makefile b/games/wargus/Makefile index 468afd265b8d..860010d82961 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus LICENSE= GPLv2 NOT_FOR_ARCHS= sparc64 USE_GMAKE= yes -USES= pathfix -USE_GNOME= gtk20 gnomehack +USES= pathfix +USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= ${PORTNAME} pkg-message diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index df6154dd6d3f..8c8a8cdfa1ae 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -30,8 +30,8 @@ CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE} .endif .if ${HAVE_GNOME:Mgnomelibs}!="" -USES= pathfix -USE_GNOME+= gnomelibs gnomehack +USES= pathfix +USE_GNOME+= gnomelibs PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome |