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/lash | |
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/lash')
-rw-r--r-- | audio/lash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index b7f68d88dbf8..d8d779c0e20e 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -13,9 +13,9 @@ COMMENT= Session management system for JACK audio applications LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ - dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ + libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid OPTIONS_DEFINE= READLINE DOCS OPTIONS_DEFAULT=READLINE |