summaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 19:21:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 19:21:11 +0000
commit73050305304492f989a7d6677ac64e1f3e2670e0 (patch)
treef10dd6af7a7f29e367043e036534a5f00a0ad13d /audio/aumix
parentChase glib20's shared lib version. (diff)
Chase gtk20's shared lib version.
Notes
Notes: svn path=/head/; revision=75044
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 b2f7545b4047..efa8daee8012 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -47,7 +47,7 @@ PKGNAMESUFFIX= -gtk
CONFIGURE_ARGS+=--without-gtk
.elif defined(WITH_GTK2)
PKGNAMESUFFIX= -gtk
-LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
CONFIGURE_ARGS+=--without-gtk1
.else
CONFIGURE_ARGS+=--without-gtk --without-gtk1