summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-04-13 17:42:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-04-13 17:42:34 +0000
commitcc5ef8716a1ad0b9417b3ebdbaeafcbfa3422307 (patch)
treef5ca6af46043166f1d93dcd23736dfd053f126b6 /net
parentCog transforms files in a very simple way: it finds chunks of Python code (diff)
h.323 module compiles file on amd64 so that don't limit it to i386.
Notes
Notes: svn path=/head/; revision=189915
Diffstat (limited to 'net')
-rw-r--r--net/asterisk12/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile
index 967473e821f2..4d92a22b3d10 100644
--- a/net/asterisk12/Makefile
+++ b/net/asterisk12/Makefile
@@ -50,7 +50,6 @@ MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-WITHOUT_H323= 1
WITHOUT_ZAPTEL= 1
.endif