diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-10 18:30:17 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-10 18:30:17 +0000 |
commit | 9c2235f7e1556da6113ef17aeb0da735891d8883 (patch) | |
tree | cefba181b4111d8b5ef9ac477e40ba208ad08e01 /net/asterisk-g72x | |
parent | de4196438944249ebd7e0e3a159c1370884799e6 (diff) | |
download | ports-9c2235f7e1556da6113ef17aeb0da735891d8883.tar.gz ports-9c2235f7e1556da6113ef17aeb0da735891d8883.zip |
Notes
Diffstat (limited to 'net/asterisk-g72x')
-rw-r--r-- | net/asterisk-g72x/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 4bfe8850a4e3..59227bb5720b 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -2,7 +2,7 @@ PORTNAME= asterisk-g72x PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://asterisk.hosting.lv/src/ @@ -13,17 +13,15 @@ LIB_DEPENDS= libbcg729.so:audio/bcg729 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bcg729 -USES= autoreconf compiler libtool tar:bzip2 +USES= autoreconf compiler libtool localbase tar:bzip2 NO_OPTIONS_SORT= yes -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_FILES= lib/asterisk/modules/codec_g729.so OPTIONS_SINGLE= ASTVER OPTIONS_SINGLE_ASTVER= ASTERISK18 ASTERISK11 ASTERISK13 -OPTIONS_DEFAULT= ASTERISK11 +OPTIONS_DEFAULT= ASTERISK13 ASTERISK18_DESC= Depend on Asterisk 1.8 ASTERISK11_DESC= Depend on Asterisk 11 |