mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
17 lines
341 B
Makefile
17 lines
341 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2008/12/18 00:32:14 ahoka Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.libunique
|
|
|
|
PKG_SUPPORTED_OPTIONS= dbus
|
|
PKG_SUGGESTED_OPTIONS= dbus
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
#
|
|
# D-BUS support
|
|
#
|
|
.if !empty(PKG_OPTIONS:Mdbus)
|
|
CONFIGURE_ARGS+= --enable-dbus
|
|
. include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.endif
|