diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
commit | 5978476c353873821167189c3e7e7d3ce7b9909a (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/timemachine/Makefile | |
parent | 95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff) | |
download | ports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip |
Notes
Diffstat (limited to 'audio/timemachine/Makefile')
-rw-r--r-- | audio/timemachine/Makefile | 8 |
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 |