diff options
Diffstat (limited to 'net/asterisk10')
-rw-r--r-- | net/asterisk10/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 13b9bfb7ee00..88c3263a43cb 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 10.5.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -106,13 +107,14 @@ LIB_DEPENDS+= pt_r.1:${PORTSDIR}/devel/pwlib \ .if !defined(WITH_DAHDI) PLIST_SUB+= WITH_DAHDI="@comment " -CONFIGURE_ARGS+= --without-dahdi +CONFIGURE_ARGS+= --without-dahdi --without-openr2 .else PLIST_SUB+= WITH_DAHDI="" -CONFIGURE_ARGS+= --with-dahdi +CONFIGURE_ARGS+= --with-dahdi --with-openr2 BUILD_DEPENDS+= libpri>=1.4.10:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/dahdi/user.h:${PORTSDIR}/misc/dahdi -LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri +LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri\ + openr2.4:${PORTSDIR}/misc/openr2 .endif # |