aboutsummaryrefslogtreecommitdiffstats
path: root/audio/patchage
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 22:35:36 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 22:35:36 +0800
commit8a0791e07dbf5628b6390993b7f199317991144f (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/patchage
parentc7831a919ccb46504e13b19e5a7b8ac912ec28df (diff)
downloadfreebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.gz
freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.zst
freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Diffstat (limited to 'audio/patchage')
-rw-r--r--audio/patchage/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile
index 11750047bf5a..1fc3024ca717 100644
--- a/audio/patchage/Makefile
+++ b/audio/patchage/Makefile
@@ -14,13 +14,13 @@ COMMENT= Modular patch bay for Jack
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
- raul.10:${PORTSDIR}/audio/raul \
- boost_date_time:${PORTSDIR}/devel/boost-libs \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
- glademm-2.4:${PORTSDIR}/devel/libglademm24 \
- flowcanvas.5:${PORTSDIR}/x11-toolkits/flowcanvas
+LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
+ libraul.so:${PORTSDIR}/audio/raul \
+ libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libglibmm-2.4.so:${PORTSDIR}/devel/glibmm \
+ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
+ libflowcanvas.so:${PORTSDIR}/x11-toolkits/flowcanvas
USES= pkgconfig
NO_STAGE= yes