summaryrefslogtreecommitdiff
path: root/net/asterisk14
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-12-10 08:51:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-12-10 08:51:06 +0000
commit811cac433abb2bb330c774ea62a58d29569147fc (patch)
tree01b21f8242b8241a37e2c9ef0ff7061a2aae19e5 /net/asterisk14
parentThis patch adds three features to the lang/mlton port: (diff)
Include bsd.port.options.mk explicitly since we modify OPTIONS.
Suggested by: pav
Notes
Notes: svn path=/head/; revision=224065
Diffstat (limited to 'net/asterisk14')
-rw-r--r--net/asterisk14/Makefile3
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)