From 9b071c0511cb0ac16a12dffb9ba1d56eb0864345 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 27 Aug 2014 11:43:25 +0000 Subject: - Switch comms/spandsp-devel to USES=libtool, drop .la files - Bump dependent ports as .so version has changed - Use install-strip target instead of STRIP_CMD - Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp and spandsp-devel Approved by: portmgr blanket --- misc/libsupertone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/libsupertone') diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index 280bfb4ee154..df3604bc7c05 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsupertone PORTVERSION= 0.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= http://www.soft-switch.org/downloads/unicall/ @@ -13,7 +13,7 @@ COMMENT= Library for supervisory tone generation and detection LICENSE= LGPL21 LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ - libspandsp.so:${PORTSDIR}/comms/spandsp-devel \ + libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel \ libtiff.so:${PORTSDIR}/graphics/tiff \ libxml2.so:${PORTSDIR}/textproc/libxml2 -- cgit