summaryrefslogtreecommitdiff
path: root/games/xscorch/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 05:22:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 05:22:20 +0000
commit92a93a08250973772963904f82407636aa9e9cc5 (patch)
tree394e9d2fa03f36873402182d5029dbf280a21bc3 /games/xscorch/Makefile
parentAdd in the DATADIR PLIST_SUB as GNOMENG doesn't do this. (diff)
Fix things after recent GNOMENG commit.
Notes
Notes: svn path=/head/; revision=65897
Diffstat (limited to 'games/xscorch/Makefile')
-rw-r--r--games/xscorch/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile
index 7c1a693650b0..592cfd757950 100644
--- a/games/xscorch/Makefile
+++ b/games/xscorch/Makefile
@@ -19,6 +19,7 @@ USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
USE_GNOMENG= yes
+USE_GNOME= gtk12
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk
@@ -27,9 +28,9 @@ MAN6= xscorch.6
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME+= gtk12
-PKGNAMESUFFIX= -gtk
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME+= gnomeprefix gnomelibs
+PKGNAMESUFFIX= -gnome
.else
CONFIGURE_ARGS+= --without-gnome
.endif