aboutsummaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-14 10:19:05 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-14 10:19:05 +0000
commit079319a2ae1f9971c52b4995766114932f343ddf (patch)
tree88942b19ba9a4632a634996a02ee12169c0e5445 /net/opal
parent7f825afecc6fc602d991657c28b0a66664cb2fc3 (diff)
downloadports-079319a2ae1f9971c52b4995766114932f343ddf.tar.gz
ports-079319a2ae1f9971c52b4995766114932f343ddf.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
Notes
Notes: svn path=/head/; revision=368167
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