aboutsummaryrefslogtreecommitdiff
path: root/audio/muine
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
commit5978476c353873821167189c3e7e7d3ce7b9909a (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/muine
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
Notes
Diffstat (limited to 'audio/muine')
-rw-r--r--audio/muine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 213e6c8443f9..77386e4e9e09 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -12,10 +12,10 @@ COMMENT= Mono based Gnome audio player
IGNORE= Fails to run
-LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
- id3tag.0:${PORTSDIR}/audio/libid3tag \
- gdbm:${PORTSDIR}/databases/gdbm \
- vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
+ libid3tag.so:${PORTSDIR}/audio/libid3tag \
+ libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib \
${LOCALBASE}/libdata/pkgconfig/taglib-sharp.pc:${PORTSDIR}/audio/taglib-sharp
RUN_DEPENDS:= ${BUILD_DEPENDS}