pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 22:04:44 UTC 2017

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
polkit: requires glib-mkenums which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/polkit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.6 pkgsrc/security/polkit/Makefile:1.7
--- pkgsrc/security/polkit/Makefile:1.6 Sat Jul  9 06:38:56 2016
+++ pkgsrc/security/polkit/Makefile     Fri Oct 13 22:04:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 06:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/13 22:04:44 prlw1 Exp $
 #
 
 DISTNAME=      polkit-0.113
@@ -65,5 +65,6 @@ SUBST_SED.paths+=     -e 's,/usr/bin/,${PREF
 .include "../../lang/spidermonkey17/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index