diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:43:25 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:43:25 +0000 |
commit | dc5fb470346f32981a7266559e08fb90e2564649 (patch) | |
tree | 4ba35782bcaf6705cc209b29217d5d5a60aa4e87 /audio/muine/Makefile | |
parent | 97ae1d50aca5272c4054eca6292c130b4a6aad05 (diff) |
Notes
Diffstat (limited to 'audio/muine/Makefile')
-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 |