Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/comms/asterisk16/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/comms/asterisk16/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- pkgsrc/comms/asterisk16/options.mk 2010/10/06 22:39:41 1.9 +++ pkgsrc/comms/asterisk16/options.mk 2011/10/08 13:49:09 1.10 @@ -1,22 +1,13 @@ -# $NetBSD: options.mk,v 1.9 2010/10/06 22:39:41 jnemeth Exp $ +# $NetBSD: options.mk,v 1.10 2011/10/08 13:49:09 shattered Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk -PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap +PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap PKG_OPTIONS_LEGACY_OPTS+= gtk:x11 PKG_SUGGESTED_OPTIONS= ldap .include "../../mk/bsd.options.mk" -PLIST_VARS+= zaptel x11 unixodbc ilbc webvmail ldap - -# 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 +PLIST_VARS+= x11 unixodbc ilbc webvmail ldap # gtkconsole depends on GTK 1.x .if !empty(PKG_OPTIONS:Mx11)