diff options
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 04c3e76a12cd..3f1d7e187239 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -58,6 +58,9 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ .if ${ARCH} == "i386" || ${ARCH} == "amd64" OPTIONS+= ZAPTEL "Enable Zaptel support" off + +# Include this since we have altered OPTIONS. +.include "$(PORTSDIR)/Mk/bsd.port.options.mk" .endif .if !defined(WITH_H323) |