summaryrefslogtreecommitdiff
path: root/audio/soundtracker
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 00:13:25 +0000
commit8a609be53116f279d9c38adaeae64b221e32514e (patch)
tree8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/soundtracker
parentUsing libicuuc.a seems to make jikes more unstable. Since this is supposed (diff)
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65340
Diffstat (limited to 'audio/soundtracker')
-rw-r--r--audio/soundtracker/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index 1f58530a1a14..73dfd15439fd 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -13,8 +13,7 @@ MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.6/
MAINTAINER= kzentner@u.washington.edu
USE_X_PREFIX= yes
-USE_GTK= yes
-USE_ESOUND= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -22,9 +21,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME= gtk12 esound
CONFIGURE_ARGS+=--enable-gnome
+PKGNAMESUFFIX= -gnome
.else
CONFIGURE_ARGS+=--disable-gnome
.endif