pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mate-applets mate-applets: remove hal option and d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52c48c8a334d
branches: trunk
changeset: 381268:52c48c8a334d
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sat Jun 02 16:40:20 2018 +0000
description:
mate-applets: remove hal option and dependency
The --enable-hal option is no longer supported in MATE 1.20, so remove the
option and dependency from this package.
diffstat:
x11/mate-applets/options.mk | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diffs (29 lines):
diff -r 126b38d584d2 -r 52c48c8a334d x11/mate-applets/options.mk
--- a/x11/mate-applets/options.mk Sat Jun 02 13:17:11 2018 +0000
+++ b/x11/mate-applets/options.mk Sat Jun 02 16:40:20 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2016/05/21 18:49:33 youri Exp $
+# $NetBSD: options.mk,v 1.2 2018/06/02 16:40:20 jmcneill Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-applets
-PKG_SUPPORTED_OPTIONS= hal inet6 polkit upower
-PKG_SUGGESTED_OPTIONS+= hal inet6 polkit upower
+PKG_SUPPORTED_OPTIONS= inet6 polkit upower
+PKG_SUGGESTED_OPTIONS+= inet6 polkit upower
.include "../../mk/bsd.options.mk"
@@ -12,13 +12,6 @@
CONFIGURE_ARGS+= --disable-ipv6
.endif
-.if !empty(PKG_OPTIONS:Mhal)
-.include "../../sysutils/hal/buildlink3.mk"
-CONFIGURE_ARGS+= --with-hal
-.else
-CONFIGURE_ARGS+= --without-hal
-.endif
-
.if !empty(PKG_OPTIONS:Mpolkit)
.include "../../security/polkit/buildlink3.mk"
CONFIGURE_ARGS+= --enable-polkit
Home |
Main Index |
Thread Index |
Old Index