aboutsummaryrefslogtreecommitdiffstats
path: root/net/opal
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-14 18:19:05 +0800
committertijl <tijl@FreeBSD.org>2014-09-14 18:19:05 +0800
commit069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6 (patch)
tree88942b19ba9a4632a634996a02ee12169c0e5445 /net/opal
parentfa3560ebf262bbc38ce410e3459810fffe3582bf (diff)
downloadfreebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.gz
freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.zst
freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.zip
comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac almost all USE_AUTOTOOLS are needed) - Replace CONFIGURE_ARGS with CPPFLAGS/LIBS Reported by: antoine
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 21f727b73480..3896d557b0b5 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opal
PORTVERSION= 3.10.10
-PORTREVISION= 4
+PORTREVISION= 5
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.0.0:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel
CONFIGURE_ARGS+= --enable-spandsp --enable-fax --enable-t38
PLIST_SUB+= FAX=""
.else