diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-13 23:04:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-13 23:04:46 +0800 |
commit | 150492033dafe42d047b5f3f5aa20370a5397ab1 (patch) | |
tree | 99cf6d6fffc6bedd751c04eab2daa6a6307c34ee /audio/aumix | |
parent | a140ba2e45d245f7cc4ef66228dac9810d37926a (diff) | |
download | freebsd-ports-gnome-150492033dafe42d047b5f3f5aa20370a5397ab1.tar.gz freebsd-ports-gnome-150492033dafe42d047b5f3f5aa20370a5397ab1.tar.zst freebsd-ports-gnome-150492033dafe42d047b5f3f5aa20370a5397ab1.zip |
Move the gtk20 dependency to USE_GNOME to chase the gtk20 shared lib version.
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile | 2 |
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 |