aboutsummaryrefslogtreecommitdiff
path: root/games/xscorch
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/xscorch
parenteb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff)
downloadports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.tar.gz
ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.zip
Notes
Diffstat (limited to 'games/xscorch')
-rw-r--r--games/xscorch/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile
index 95a3ab653b13..7c1a693650b0 100644
--- a/games/xscorch/Makefile
+++ b/games/xscorch/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk
@@ -27,8 +27,9 @@ MAN6= xscorch.6
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+= --without-gnome
.endif