pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mate-applets
Module Name: pkgsrc
Committed By: jmcneill
Date: Sat Jun 2 16:40:20 UTC 2018
Modified Files:
pkgsrc/x11/mate-applets: options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/mate-applets/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mate-applets/options.mk
diff -u pkgsrc/x11/mate-applets/options.mk:1.1 pkgsrc/x11/mate-applets/options.mk:1.2
--- pkgsrc/x11/mate-applets/options.mk:1.1 Sat May 21 18:49:33 2016
+++ pkgsrc/x11/mate-applets/options.mk Sat Jun 2 16:40:20 2018
@@ -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+= --enable-ipv6
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