summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-02 00:59:13 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-02 00:59:13 +0000
commit63a181d059d4f1e681cb21970f9dfb79e7bc803b (patch)
tree56ef091910709f4c5afc5ea2a51bb53506ef8adb /games/xpuyopuyo
parentKevin Oberman has offered to maintain this. (diff)
Deploy USE_GNOMENG infrastructure
PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65456
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 7a5df2bd775f..caa34a8adcf5 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -16,8 +16,8 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
-USE_GTK= yes
USE_AUTOCONF= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
MAN6= xpuyopuyo.6
@@ -30,8 +30,9 @@ LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
.endif
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+=--without-gnome
.endif