summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 01:24:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 01:24:05 +0000
commit659cc70dd0c50fbd31b72cf8daba4cf52cf98142 (patch)
treee5073d9bac1d18682f08a237a91e014e56c00fc0 /sysutils
parentFix corrupted comment line. (diff)
Fix things after the GNOMENG commit.
PR: 42572 Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=65879
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/guitar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/guitar/Makefile b/sysutils/guitar/Makefile
index 7fb02205b709..b35013c006cc 100644
--- a/sysutils/guitar/Makefile
+++ b/sysutils/guitar/Makefile
@@ -17,13 +17,14 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
WANT_GNOME= yes
+USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME+= gtk12
-PKGNAMESUFFIX= -gtk
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME+= gnomelibs
+PKGNAMESUFFIX= -gnome
.else
CONFIGURE_ARGS+=--disable-gnome
.endif