aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-04-13 08:55:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-04-13 08:55:48 +0000
commit8ea384e80e63db1523b7692031496e41cbdacfc7 (patch)
tree74a596aecccc9820bb896af4137deac83209b9e2 /net/asterisk
parent76f2eeed93a2d147b445ed4c53afa7b8ca88ca37 (diff)
downloadports-8ea384e80e63db1523b7692031496e41cbdacfc7.tar.gz
ports-8ea384e80e63db1523b7692031496e41cbdacfc7.zip
Notes
Diffstat (limited to 'net/asterisk')
-rw-r--r--net/asterisk/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 621b9f859077..664a9fb2fef4 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/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)