summaryrefslogtreecommitdiff
path: root/net/asterisk14
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
commit605b51623904901c5be12539309f2345d1751741 (patch)
tree698a951c5110d6765f602f134f00403efbe3a817 /net/asterisk14
parentAdd p5-Perl6-Export-Attrs, Implements a Perl 5 native version of what the (diff)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=196462
Diffstat (limited to 'net/asterisk14')
-rw-r--r--net/asterisk14/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile
index 89af2f33a488..85a923df1604 100644
--- a/net/asterisk14/Makefile
+++ b/net/asterisk14/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.4.9
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
@@ -115,7 +116,7 @@ CONFIGURE_ARGS+= --without-ogg
.else
PLIST_SUB+= WITH_OGGVORBIS=""
CONFIGURE_ARGS+= --with-ogg
-LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
.endif
.if defined(WITHOUT_RADIUS)