diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-11-27 11:42:58 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-11-27 11:42:58 +0000 |
commit | ea0b236554b40dc4096191457cc76df85721a683 (patch) | |
tree | deb49ad439950e4a801019e3a20f44ef38b1cf30 /net | |
parent | d9b39fb02bf3c9d8d23a329387f0d1de014a623b (diff) | |
download | ports-ea0b236554b40dc4096191457cc76df85721a683.tar.gz ports-ea0b236554b40dc4096191457cc76df85721a683.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-g72x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 1947f8f8bb62..a35c012a713e 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -12,7 +12,7 @@ COMMENT= G.729 codec for Asterisk PBX LIB_DEPENDS= libbcg729.so:audio/bcg729 -FLAVORS= asterisk13 asterisk16 +FLAVORS= asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- |