aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk13/Makefile')
-rw-r--r--net/asterisk13/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index 492d8a1e8b2f..fd869e3c3fcf 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -2,7 +2,7 @@
PORTNAME= asterisk
PORTVERSION= 13.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -131,6 +131,11 @@ LIB_DEPENDS+= libsrtp.so:${PORTSDIR}/net/libsrtp
.include <bsd.port.pre.mk>
+.if empty(ICONV_LIB)
+CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=no \
+ ac_cv_lib_iconv_libiconv_open=no
+.endif
+
.if ${PREFIX} == ${LOCALBASE}
VARDIR=/var
.else