summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-04-08 17:45:55 +0000
committerClive Lin <clive@FreeBSD.org>2001-04-08 17:45:55 +0000
commit3dd74c3c3a8b50f1236aef7aea5a5c27a1ab1511 (patch)
tree762b3dd52b7963dcbd1727fa5cba6ace0d38ccac /games/xpuyopuyo
parentRemove empty patch file left over from last commit. (diff)
Correctly utilize WANT_GNOME.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=41078
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 0d8a9704024f..7a5df2bd775f 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -18,6 +18,8 @@ USE_X_PREFIX= yes
USE_XPM= yes
USE_GTK= yes
USE_AUTOCONF= yes
+WANT_GNOME= yes
+
MAN6= xpuyopuyo.6
.include <bsd.port.pre.mk>
@@ -30,7 +32,6 @@ CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
.if defined(HAVE_GNOME)
USE_GNOME= yes
-WANT_GNOME= yes
.else
CONFIGURE_ARGS+=--without-gnome
.endif