diff --git a/net/openpbx.org/Makefile b/net/openpbx.org/Makefile index 1092763f2710..f0b77f5cebb0 100644 --- a/net/openpbx.org/Makefile +++ b/net/openpbx.org/Makefile @@ -8,14 +8,14 @@ PORTNAME= openpbx.org PORTVERSION= 1.2 DISTVERSION= 1.2_rc3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.openpbx.org/releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -LIB_DEPENDS= spandsp.0:${PORTSDIR}/comms/spandsp-devel +LIB_DEPENDS= spandsp.2:${PORTSDIR}/comms/spandsp-devel BROKEN= Unfetchable diff --git a/net/yate-devel/Makefile b/net/yate-devel/Makefile index 32b6c668bece..2a0111cb12d3 100644 --- a/net/yate-devel/Makefile +++ b/net/yate-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= yate PORTVERSION= 1.3.0.p2 DISTVERSION= ${PORTVERSION:S/.p/-/} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms MASTER_SITES= http://cto.homelinux.net/pub/FreeBSD/ports/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -113,7 +113,7 @@ PLIST_SUB+= WITH_ZAPTEL="@comment " .endif .if !defined(WITHOUT_FAX) -LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp-devel +LIB_DEPENDS+= spandsp.2:${PORTSDIR}/comms/spandsp-devel MAKE_ENV+= WITH_FAX=1 PLIST_SUB+= WITH_FAX="" .else