diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-14 10:19:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-14 10:19:05 +0000 |
commit | 079319a2ae1f9971c52b4995766114932f343ddf (patch) | |
tree | 88942b19ba9a4632a634996a02ee12169c0e5445 /net/opal | |
parent | 7f825afecc6fc602d991657c28b0a66664cb2fc3 (diff) | |
download | ports-079319a2ae1f9971c52b4995766114932f343ddf.tar.gz ports-079319a2ae1f9971c52b4995766114932f343ddf.zip |
Notes
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 4 |
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 |