aboutsummaryrefslogtreecommitdiffstats
path: root/net/opal/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-27 19:43:25 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-27 19:43:25 +0800
commit9b071c0511cb0ac16a12dffb9ba1d56eb0864345 (patch)
treef91e31483c97ec06a6d6d4707081511eb4a8eabd /net/opal/Makefile
parent67d9dc7827cf9646ae0c321a3ad7dfa661a2bf9c (diff)
downloadfreebsd-ports-gnome-9b071c0511cb0ac16a12dffb9ba1d56eb0864345.tar.gz
freebsd-ports-gnome-9b071c0511cb0ac16a12dffb9ba1d56eb0864345.tar.zst
freebsd-ports-gnome-9b071c0511cb0ac16a12dffb9ba1d56eb0864345.zip
- 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
Diffstat (limited to 'net/opal/Makefile')
-rw-r--r--net/opal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 4133d4fc6695..a25d4fd7d3ea 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opal
PORTVERSION= 3.10.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= GNOME
@@ -211,7 +211,7 @@ CONFIGURE_ARGS+= --disable-h281
# keep version in lib_depend, to see the difference between spandsp-devel and normal
.if ${PORT_OPTIONS:MFAX}
-LIB_DEPENDS+= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+= libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
CONFIGURE_ARGS+= --enable-spandsp --enable-fax --enable-t38
PLIST_SUB+= FAX=""
.else