diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-09-29 11:43:25 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-09-29 11:43:25 +0800 |
commit | 9c9305f89fc3bc70e678a00259e116cc05912a08 (patch) | |
tree | 0e8a936f9d3c0ea1837dd206898039f58ce1986e /audio | |
parent | 20b377d7fd2f88f229b7f44455edbfcaa1d5ce58 (diff) | |
download | freebsd-ports-gnome-9c9305f89fc3bc70e678a00259e116cc05912a08.tar.gz freebsd-ports-gnome-9c9305f89fc3bc70e678a00259e116cc05912a08.tar.zst freebsd-ports-gnome-9c9305f89fc3bc70e678a00259e116cc05912a08.zip |
- Chase move of gtk-sharp to gtk-sharp10 and gtk-sharp-devel to
gtk-sharp20 for affected ports.
- Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining
in mcatalog, bless, f-spot, and gecko-sharp10.
Approved by: ahze (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index ad04aea2680c..e250fbf398dc 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ id3tag.2:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm \ vorbis.3:${PORTSDIR}/audio/libvorbis -BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp-devel \ +BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp -RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp-devel \ +RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp USE_GMAKE= yes |