- Chase spandsp-devel update

Reported by:	pointyhat
Pointy hat to:	amdmi3
This commit is contained in:
Pav Lucistnik 2009-05-13 21:06:24 +00:00
parent 338422ea4a
commit 678a37a9ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233859
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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