aboutsummaryrefslogtreecommitdiff
path: root/audio/uade
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/uade
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
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/uade')
-rw-r--r--audio/uade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile
index 62fbe9544312..15226201ff66 100644
--- a/audio/uade/Makefile
+++ b/audio/uade/Makefile
@@ -13,7 +13,7 @@ COMMENT= Unix Amiga Delitracker Emulator
LICENSE= GPLv2
-LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
+LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
USES= gmake pkgconfig
HAS_CONFIGURE= yes
@@ -55,7 +55,7 @@ PLIST_SUB+= FUSE="@comment "
.endif
.if ${PORT_OPTIONS:MXMMS}
-LIB_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms
PLIST_SUB+= XMMS=""
.else
CONFIGURE_ARGS+=--without-xmms