aboutsummaryrefslogtreecommitdiff
path: root/audio/timemachine
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/timemachine
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/timemachine')
-rw-r--r--audio/timemachine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile
index 54a3b7fc5f1b..700e010bf9c5 100644
--- a/audio/timemachine/Makefile
+++ b/audio/timemachine/Makefile
@@ -12,9 +12,9 @@ COMMENT= JACK audio capture tool
LICENSE= GPLv2
-LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
- lo:${PORTSDIR}/audio/liblo \
- sndfile:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
+ liblo.so:${PORTSDIR}/audio/liblo \
+ libsndfile.so:${PORTSDIR}/audio/libsndfile
OPTIONS_DEFINE= LASH
@@ -27,7 +27,7 @@ LDFLAGS+= -lm
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLASH}
-LIB_DEPENDS+= lash:${PORTSDIR}/audio/lash
+LIB_DEPENDS+= liblash.so:${PORTSDIR}/audio/lash
.else
CONFIGURE_ARGS+=--disable-lash
.endif