diff options
author | jnemeth <jnemeth> | 2011-10-11 02:13:40 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2011-10-11 02:13:40 +0000 |
commit | 258f19cecd596afc211eb0f1a4c153965d49b6a3 (patch) | |
tree | 6e69273b1e5f8a5ac50ded94d35f00c29324765a /comms | |
parent | f1d035aa618060de0638cabfd5c750381a756c32 (diff) | |
download | pkgsrc-258f19cecd596afc211eb0f1a4c153965d49b6a3.tar.gz |
Revert previous. This package is marked OWNER= for a reason!
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk18/options.mk | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/comms/asterisk18/options.mk b/comms/asterisk18/options.mk index 55cb0c86c75..f8396cf1180 100644 --- a/comms/asterisk18/options.mk +++ b/comms/asterisk18/options.mk @@ -1,13 +1,22 @@ -# $NetBSD: options.mk,v 1.4 2011/10/08 13:49:09 shattered Exp $ +# $NetBSD: options.mk,v 1.5 2011/10/11 02:13:40 jnemeth Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk -PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap spandsp +PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap spandsp PKG_OPTIONS_LEGACY_OPTS+= gtk:x11 PKG_SUGGESTED_OPTIONS= ldap .include "../../mk/bsd.options.mk" -PLIST_VARS+= x11 unixodbc ilbc webvmail ldap spandsp +PLIST_VARS+= zaptel x11 unixodbc ilbc webvmail ldap spandsp + +# Asterisk now uses DAHDI, not zaptel; not implemented yet... +#.if !empty(PKG_OPTIONS:Mzaptel) +## zaptel only supported under NetBSD at the moment +#. include "../../comms/zaptel-netbsd/buildlink3.mk" +#PLIST.zaptel= yes +#.else +#MAKE_FLAGS+= WITHOUT_ZAPTEL=1 +#.endif # gtkconsole depends on GTK 2.x .if !empty(PKG_OPTIONS:Mx11) |