Tue Oct 11 02:13:41 2011 UTC ()
Revert previous.  This package is marked OWNER= for a reason!


(jnemeth)
diff -r1.4 -r1.5 pkgsrc/comms/asterisk18/options.mk

cvs diff -r1.4 -r1.5 pkgsrc/comms/asterisk18/options.mk (expand / switch to unified diff)

--- pkgsrc/comms/asterisk18/options.mk 2011/10/08 13:49:09 1.4
+++ pkgsrc/comms/asterisk18/options.mk 2011/10/11 02:13:40 1.5
@@ -1,23 +1,32 @@ @@ -1,23 +1,32 @@
1# $NetBSD: options.mk,v 1.4 2011/10/08 13:49:09 shattered Exp $ 1# $NetBSD: options.mk,v 1.5 2011/10/11 02:13:40 jnemeth Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk 3PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk
4PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap spandsp 4PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap spandsp
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 spandsp 10PLIST_VARS+= zaptel x11 unixodbc ilbc webvmail ldap spandsp
 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 2.x 21# gtkconsole depends on GTK 2.x
13.if !empty(PKG_OPTIONS:Mx11) 22.if !empty(PKG_OPTIONS:Mx11)
14. include "../../x11/gtk2/buildlink3.mk" 23. include "../../x11/gtk2/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-gtk2 26CONFIGURE_ARGS+= --with-gtk2
18PLIST.x11= yes 27PLIST.x11= yes
19.else 28.else
20CONFIGURE_ARGS+= --without-sdl 29CONFIGURE_ARGS+= --without-sdl
21CONFIGURE_ARGS+= --without-gtk2 30CONFIGURE_ARGS+= --without-gtk2
22.endif 31.endif
23 32