diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 17:56:37 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 17:56:37 +0000 |
commit | 6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6 (patch) | |
tree | a2c11d52ab3177a4c2576c465a4d77328c906e96 /games/xpuyopuyo | |
parent | New port: devel/p5-Term-ProgressBar-Quiet: (diff) |
Convert a few remaining straglers from the unmaintined ports to pathfix
Notes
Notes:
svn path=/head/; revision=315491
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |