Tue Oct 11 03:15:50 2011 UTC ()
Revert previous.  This package was marked OWNER= for a reason!


(jnemeth)
diff -r1.10 -r1.11 pkgsrc/comms/asterisk16/options.mk

cvs diff -r1.10 -r1.11 pkgsrc/comms/asterisk16/options.mk (expand / switch to unified diff)

--- pkgsrc/comms/asterisk16/options.mk 2011/10/08 13:49:09 1.10
+++ pkgsrc/comms/asterisk16/options.mk 2011/10/11 03:15:50 1.11
@@ -1,23 +1,32 @@ @@ -1,23 +1,32 @@
1# $NetBSD: options.mk,v 1.10 2011/10/08 13:49:09 shattered Exp $ 1# $NetBSD: options.mk,v 1.11 2011/10/11 03:15:50 jnemeth Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk 3PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk
4PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap 4PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap
5PKG_OPTIONS_LEGACY_OPTS+= gtk:x11 5PKG_OPTIONS_LEGACY_OPTS+= gtk:x11
6PKG_SUGGESTED_OPTIONS= ldap 6PKG_SUGGESTED_OPTIONS= ldap
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10PLIST_VARS+= x11 unixodbc ilbc webvmail ldap 10PLIST_VARS+= zaptel x11 unixodbc ilbc webvmail ldap
 11
 12# Asterisk now uses DAHDI, not zaptel; not implemented yet...
 13#.if !empty(PKG_OPTIONS:Mzaptel)
 14## zaptel only supported under NetBSD at the moment
 15#. include "../../comms/zaptel-netbsd/buildlink3.mk"
 16#PLIST.zaptel= yes
 17#.else
 18#MAKE_FLAGS+= WITHOUT_ZAPTEL=1
 19#.endif
11 20
12# gtkconsole depends on GTK 1.x 21# gtkconsole depends on GTK 1.x
13.if !empty(PKG_OPTIONS:Mx11) 22.if !empty(PKG_OPTIONS:Mx11)
14. include "../../x11/gtk/buildlink3.mk" 23. include "../../x11/gtk/buildlink3.mk"
15. include "../../devel/SDL/buildlink3.mk" 24. include "../../devel/SDL/buildlink3.mk"
16CONFIGURE_ARGS+= --with-sdl 25CONFIGURE_ARGS+= --with-sdl
17CONFIGURE_ARGS+= --with-gtk 26CONFIGURE_ARGS+= --with-gtk
18PLIST.x11= yes 27PLIST.x11= yes
19.else 28.else
20CONFIGURE_ARGS+= --without-sdl 29CONFIGURE_ARGS+= --without-sdl
21CONFIGURE_ARGS+= --without-gtk 30CONFIGURE_ARGS+= --without-gtk
22.endif 31.endif
23 32