diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-15 18:46:58 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-15 18:46:58 +0000 |
commit | baea95555696d8342727bbe2357127effdcb4b3e (patch) | |
tree | 51adb9e97d6abfd87edccbe2ada3d7df2ea48746 /net/asterisk13 | |
parent | 3d5df55762c00933b23eae9e4f01c395796898ef (diff) | |
download | ports-baea95555696d8342727bbe2357127effdcb4b3e.tar.gz ports-baea95555696d8342727bbe2357127effdcb4b3e.zip |
Notes
Diffstat (limited to 'net/asterisk13')
-rw-r--r-- | net/asterisk13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index 78f23d3e9ae7..ac6fda86731d 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -100,7 +101,7 @@ CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl SPANDSP_CONFIGURE_WITH= spandsp -SPANDSP_LIB_DEPENDS= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel +SPANDSP_LIB_DEPENDS= libspandsp.so:${PORTSDIR}/comms/spandsp EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 SRTP_CONFIGURE_WITH= srtp |