summaryrefslogtreecommitdiff
path: root/comms/asterisk18
diff options
context:
space:
mode:
authorshattered <shattered>2011-10-08 13:49:08 +0000
committershattered <shattered>2011-10-08 13:49:08 +0000
commit0a6644afe194d10c56fb7c36905da8b8670cf43e (patch)
tree719131151c4f027e0afeaefe10f70fac2e908dcb /comms/asterisk18
parent27e66d106fbed31959111f85efa4233d4c292840 (diff)
downloadpkgsrc-0a6644afe194d10c56fb7c36905da8b8670cf43e.tar.gz
Remove zaptel option everywhere (zaptel-netbsd package was removed)
Diffstat (limited to 'comms/asterisk18')
-rw-r--r--comms/asterisk18/options.mk15
1 files changed, 3 insertions, 12 deletions
diff --git a/comms/asterisk18/options.mk b/comms/asterisk18/options.mk
index 009415904a3..55cb0c86c75 100644
--- a/comms/asterisk18/options.mk
+++ b/comms/asterisk18/options.mk
@@ -1,22 +1,13 @@
-# $NetBSD: options.mk,v 1.3 2011/07/16 21:35:11 jnemeth Exp $
+# $NetBSD: options.mk,v 1.4 2011/10/08 13:49:09 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk
-PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap spandsp
+PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap spandsp
PKG_OPTIONS_LEGACY_OPTS+= gtk:x11
PKG_SUGGESTED_OPTIONS= ldap
.include "../../mk/bsd.options.mk"
-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
+PLIST_VARS+= x11 unixodbc ilbc webvmail ldap spandsp
# gtkconsole depends on GTK 2.x
.if !empty(PKG_OPTIONS:Mx11)