diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:55:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:55:48 +0000 |
commit | 8ea384e80e63db1523b7692031496e41cbdacfc7 (patch) | |
tree | 74a596aecccc9820bb896af4137deac83209b9e2 /net/asterisk10 | |
parent | 76f2eeed93a2d147b445ed4c53afa7b8ca88ca37 (diff) | |
download | ports-8ea384e80e63db1523b7692031496e41cbdacfc7.tar.gz ports-8ea384e80e63db1523b7692031496e41cbdacfc7.zip |
Notes
Diffstat (limited to 'net/asterisk10')
-rw-r--r-- | net/asterisk10/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 621b9f859077..664a9fb2fef4 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -42,13 +42,15 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ ODBC "Enable ODBC support" on \ POSTGRES "Enable PostgreSQL support" on \ RADIUS "Enable RADIUS accounting support" on \ - SNMP "Enable SNMP support" on + SNMP "Enable SNMP support" on \ + H323 "Enable H.323 support" on .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -OPTIONS+= H323 "Enable H.323 support" on \ - ZAPTEL "Enable Zaptel support" on +OPTIONS+= ZAPTEL "Enable Zaptel support" on +.else +WITHOUT_ZAPTEL= yes .endif .if defined(WITHOUT_H323) |