diff options
author | flo <flo@FreeBSD.org> | 2011-03-03 01:15:13 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-03-03 01:15:13 +0800 |
commit | 50873e74a75778f34e375b13b35714e23fa6af5d (patch) | |
tree | 29592331ee850ce81988b89a415d82e34b5db4f3 /net/asterisk/Makefile | |
parent | 5f4cbb279873c3cbd0c990a8601e1673299bfaff (diff) | |
download | freebsd-ports-gnome-50873e74a75778f34e375b13b35714e23fa6af5d.tar.gz freebsd-ports-gnome-50873e74a75778f34e375b13b35714e23fa6af5d.tar.zst freebsd-ports-gnome-50873e74a75778f34e375b13b35714e23fa6af5d.zip |
- fix OPTIONS line
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 898c75b5ce10..755cc4d06f8b 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -60,7 +60,7 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ ILBC "Enable iLBC codec" off \ SPANDSP "Enable Spandsp faxing support" off \ EXCHANGE "Enable Exchange calendar support" off \ - NEWG711 "Enable new G711 Codes" + NEWG711 "Enable new G711 Codec" off ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk |