pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/consolekit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 30 17:45:24 UTC 2023

Modified Files:
        pkgsrc/sysutils/consolekit: Makefile

Log Message:
olekit: remove unused intltool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/sysutils/consolekit/Makefile

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

Modified files:

Index: pkgsrc/sysutils/consolekit/Makefile
diff -u pkgsrc/sysutils/consolekit/Makefile:1.54 pkgsrc/sysutils/consolekit/Makefile:1.55
--- pkgsrc/sysutils/consolekit/Makefile:1.54    Tue Jun 28 11:35:55 2022
+++ pkgsrc/sysutils/consolekit/Makefile Mon Jan 30 17:45:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2022/06/28 11:35:55 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2023/01/30 17:45:24 wiz Exp $
 
 CONSOLEKIT_VER=        1.2.4
 DISTNAME=      ConsoleKit2-${CONSOLEKIT_VER}
@@ -41,7 +41,7 @@ CONF_FILES+=  ${EGDIR}/ConsoleKit/seats.d
                ${PKG_SYSCONFBASE}/X11/xinit/xinitrc.d/90-consolekit
 
 GNU_CONFIGURE= YES
-USE_TOOLS+=    gmake intltool msgfmt perl pkg-config
+USE_TOOLS+=    gmake msgfmt perl pkg-config
 USE_TOOLS+=    autoconf automake autoreconf autopoint
 USE_TOOLS+=    gdbus-codegen
 USE_LIBTOOL=   YES



Home | Main Index | Thread Index | Old Index