update Tue Dec 15 18:37:01 PST 2009
[pkgsrc.git] / security / openvas-server / options.mk
1 # $NetBSD: options.mk,v 1.1.1.1 2009/01/04 01:11:55 adrianp Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.openvas-server
4
5 PKG_SUPPORTED_OPTIONS=  x11
6
7 .include "../../mk/bsd.options.mk"
8
9 ###
10 ### X11 support
11 ###
12 .if !empty(PKG_OPTIONS:Mx11)
13 USE_X11=YES
14 CONFIGURE_ARGS+=        --with-x
15 .else
16 CONFIGURE_ARGS+=        --without-x
17 .endif