diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:24:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:24:10 +0000 |
commit | c049a2ca48d1150abe59446f3082ca4116323bc6 (patch) | |
tree | 0296198370532d82efd6efd523c7ca1570359f37 /sysutils/dbus | |
parent | 0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (diff) | |
download | pkgsrc-c049a2ca48d1150abe59446f3082ca4116323bc6.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 6 | ||||
-rw-r--r-- | sysutils/dbus/options.mk | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index f4dc2e47eb8..b36d40b4898 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2016/02/09 15:24:07 mef Exp $ +# $NetBSD: Makefile,v 1.98 2016/02/26 10:24:12 jperkin Exp $ DISTNAME= dbus-1.10.6 CATEGORIES= sysutils @@ -94,9 +94,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections BUILDLINK_TRANSFORM+= rm:-fPIE BUILDLINK_TRANSFORM+= rm:-pie -.if ${OPSYS} == "OpenBSD" -BUILDLINK_TRANSFORM+= rm:-lrt -.endif +BUILDLINK_TRANSFORM.OpenBSD+= rm:-lrt .include "options.mk" diff --git a/sysutils/dbus/options.mk b/sysutils/dbus/options.mk index e00c3211165..967e78e0385 100644 --- a/sysutils/dbus/options.mk +++ b/sysutils/dbus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2015/09/07 23:24:46 gdt Exp $ +# $NetBSD: options.mk,v 1.10 2016/02/26 10:24:12 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dbus PKG_SUPPORTED_OPTIONS+= debug x11 @@ -13,11 +13,9 @@ PKG_SUPPORTED_OPTIONS+= kqueue PKG_SUGGESTED_OPTIONS+= kqueue .endif -.if ${OPSYS} == "Darwin" # We may want to make it SUGGESTED once we have a framework for # launchd support. See PR/49591. -PKG_SUPPORTED_OPTIONS+= launchd -.endif +PKG_SUPPORTED_OPTIONS.Darwin+= launchd .include "../../mk/bsd.options.mk" |