Fixup fromcvs/togit conversion
[pkgsrcv2.git] / games / xcowsay / options.mk
1 # $NetBSD$
2
3 PKG_OPTIONS_VAR=                PKG_OPTIONS.xcowsay
4 PKG_SUPPORTED_OPTIONS=          dbus
5
6 .include "../../mk/bsd.options.mk"
7
8 #
9 # D-BUS support
10 #
11 .if !empty(PKG_OPTIONS:Mdbus)
12 CONFIGURE_ARGS+=        --enable-dbus
13 .  include "../../sysutils/dbus-glib/buildlink3.mk"
14 .endif