diff options
author | Max Khon <fjoe@FreeBSD.org> | 2012-06-28 05:24:36 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2012-06-28 05:24:36 +0000 |
commit | 04536cef51681201f59dd48bc97c09d9fa47a04a (patch) | |
tree | 791a35749defa8b493124e528a6e9c5cad4cad8a /net | |
parent | 04dd2628e610f13a20f6b60acef8367ad96a6ea3 (diff) | |
download | ports-04536cef51681201f59dd48bc97c09d9fa47a04a.tar.gz ports-04536cef51681201f59dd48bc97c09d9fa47a04a.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/Makefile | 8 | ||||
-rw-r--r-- | net/asterisk10/Makefile | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 8ad793e43e4d..d13842241ec1 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.13.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -110,13 +111,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 # 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 # |