pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kcmutils



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jun 20 21:34:48 UTC 2016

Modified Files:
        pkgsrc/devel/kcmutils: Makefile

Log Message:
Use msgmerge


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/kcmutils/Makefile

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

Modified files:

Index: pkgsrc/devel/kcmutils/Makefile
diff -u pkgsrc/devel/kcmutils/Makefile:1.1 pkgsrc/devel/kcmutils/Makefile:1.2
--- pkgsrc/devel/kcmutils/Makefile:1.1  Thu May 26 08:29:04 2016
+++ pkgsrc/devel/kcmutils/Makefile      Mon Jun 20 21:34:48 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/26 08:29:04 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/20 21:34:48 markd Exp $
 
 DISTNAME=      kcmutils-${KF5VER}
 CATEGORIES=    devel
@@ -7,6 +7,8 @@ HOMEPAGE=       https://community.kde.org/Fram
 COMMENT=       Utilities for interacting with KCModules
 LICENSE=       gnu-lgpl-v2.1
 
+USE_TOOLS+=    msgmerge
+
 .include "../../meta-pkgs/kf5/Makefile.common"
 
 .include "../../devel/kdeclarative/buildlink3.mk"



Home | Main Index | Thread Index | Old Index