diff options
Diffstat (limited to 'net/asterisk10/Makefile')
-rw-r--r-- | net/asterisk10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 89af2f33a488..85a923df1604 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/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) |