summaryrefslogtreecommitdiff
path: root/audio/goobox
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/goobox
parent- Make 'make -VLEGAL' match the entry in LEGAL and (diff)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Notes
Notes: svn path=/head/; revision=336166
Diffstat (limited to 'audio/goobox')
-rw-r--r--audio/goobox/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile
index 3f0b0f694ec3..c8d8c1bc84d3 100644
--- a/audio/goobox/Makefile
+++ b/audio/goobox/Makefile
@@ -13,10 +13,10 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= CD player and ripper for GNOME Desktop environment
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \
- musicbrainz3:${PORTSDIR}/audio/libmusicbrainz3 \
- brasero-media:${PORTSDIR}/sysutils/brasero \
- unique-1.0:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \
+ libmusicbrainz3.so:${PORTSDIR}/audio/libmusicbrainz3 \
+ libbrasero-media.so:${PORTSDIR}/sysutils/brasero \
+ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
USE_XORG= x11
@@ -39,7 +39,7 @@ OPTIONS_DEFAULT=NOTIFY
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
CONFIGURE_ARGS+=--enable-notification
.else
CONFIGURE_ARGS+=--disable-notification