aboutsummaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-13 15:04:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-13 15:04:46 +0000
commit5941d1e60984d4e43b31488900937f128fbedabd (patch)
tree16d8125b8d5b23e2061b9f31b6803afffbeb8efe /audio/aumix
parentac71ec1e747b06194d64f5b5e2aff4e6cc1333e0 (diff)
downloadports-5941d1e60984d4e43b31488900937f128fbedabd.tar.gz
ports-5941d1e60984d4e43b31488900937f128fbedabd.zip
Move the gtk20 dependency to USE_GNOME to chase the gtk20 shared lib version.
Notes
Notes: svn path=/head/; revision=106913
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index 59fc2b72b0b3..693fac1ff3b9 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -61,7 +61,7 @@ PKGNAMESUFFIX= -gtk
CONFIGURE_ARGS+=--without-gtk
.elif defined(WITH_GTK2)
PKGNAMESUFFIX= -gtk
-LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
+USE_GNOME= gtk20
CONFIGURE_ARGS+=--without-gtk1
.else
CONFIGURE_ARGS+=--without-gtk --without-gtk1