diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:35:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:35:36 +0800 |
commit | 8a0791e07dbf5628b6390993b7f199317991144f (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/patchage | |
parent | c7831a919ccb46504e13b19e5a7b8ac912ec28df (diff) | |
download | freebsd-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/Makefile | 14 |
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 |