pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/mate-polkit



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:47:40 UTC 2020

Modified Files:
        pkgsrc/security/mate-polkit: options.mk

Log Message:
security/mate-polkit: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/mate-polkit/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/security/mate-polkit/options.mk
diff -u pkgsrc/security/mate-polkit/options.mk:1.2 pkgsrc/security/mate-polkit/options.mk:1.3
--- pkgsrc/security/mate-polkit/options.mk:1.2  Mon Jun 13 23:28:36 2016
+++ pkgsrc/security/mate-polkit/options.mk      Sun May 31 15:47:40 2020
@@ -1,19 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2016/06/13 23:28:36 youri Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/31 15:47:40 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mate-polkit
 PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= # none
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=   introspection
-
 .if !empty(PKG_OPTIONS:Mintrospection)
 BUILDLINK_DEPMETHOD.gobject-introspection+=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/cairo-gobject/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-introspection
-PLIST.introspection=   yes
-.else
-CONFIGURE_ARGS+=       --disable-introspection
 .endif



Home | Main Index | Thread Index | Old Index