diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-07-22 11:02:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-07-22 11:02:45 +0000 |
commit | cf49ab4e5b37acebbf48bef44a55c189f1812e01 (patch) | |
tree | d039035e52170a6e7493335d8aa491394c6ff760 /net/asterisk | |
parent | 9173d040e4342fba2e410cb8ab3c1d1276579cc5 (diff) | |
download | ports-cf49ab4e5b37acebbf48bef44a55c189f1812e01.tar.gz ports-cf49ab4e5b37acebbf48bef44a55c189f1812e01.zip |
Notes
Diffstat (limited to 'net/asterisk')
-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 7b2a359eefa2..cdd82c4b3d52 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -51,7 +51,7 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ .include <bsd.port.pre.mk> .if ${ARCH} == "i386" || ${ARCH} == "amd64" -OPTIONS+= ZAPTEL "Enable Zaptel support" on +OPTIONS+= ZAPTEL "Enable Zaptel support" off .else WITHOUT_ZAPTEL= yes .endif |