diff options
author | sobomax <sobomax@FreeBSD.org> | 2008-12-10 16:51:06 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2008-12-10 16:51:06 +0800 |
commit | 19fa799f3a4ef5d70ce23c8a3b75dc9cb839f515 (patch) | |
tree | e0f47b8ce88432e4f2e4ebd646d219d78cda61b6 /net/asterisk14 | |
parent | 6a13120c7c816c218cd6fe54149e9cba8429fbcf (diff) | |
download | freebsd-ports-gnome-19fa799f3a4ef5d70ce23c8a3b75dc9cb839f515.tar.gz freebsd-ports-gnome-19fa799f3a4ef5d70ce23c8a3b75dc9cb839f515.tar.zst freebsd-ports-gnome-19fa799f3a4ef5d70ce23c8a3b75dc9cb839f515.zip |
Include bsd.port.options.mk explicitly since we modify OPTIONS.
Suggested by: pav
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 04c3e76a12cd..3f1d7e187239 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/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) |