Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / filezilla / options.mk
blob3c123cf5a1db1dbb20c4f0ec1cf8b327ae0fe734
1 # $NetBSD$
3 PKG_OPTIONS_VAR= PKG_OPTIONS.filezilla
4 PKG_SUPPORTED_OPTIONS+= dbus
5 PKG_SUGGESTED_OPTIONS+= dbus
7 .include "../../mk/bsd.options.mk"
9 .if !empty(PKG_OPTIONS:Mdbus)
10 CONFIGURE_ARGS+= --with-dbus
11 . include "../../sysutils/dbus/buildlink3.mk"
12 .else
13 CONFIGURE_ARGS+= --without-dbus
14 .endif