pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kdoctools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Feb  1 09:34:13 UTC 2018

Modified Files:
        pkgsrc/devel/kdoctools: Makefile

Log Message:
kdoctools: Requires msgmerge.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/kdoctools/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/kdoctools/Makefile
diff -u pkgsrc/devel/kdoctools/Makefile:1.11 pkgsrc/devel/kdoctools/Makefile:1.12
--- pkgsrc/devel/kdoctools/Makefile:1.11        Wed Jan 24 19:06:07 2018
+++ pkgsrc/devel/kdoctools/Makefile     Thu Feb  1 09:34:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/01/24 19:06:07 markd Exp $
+# $NetBSD: Makefile,v 1.12 2018/02/01 09:34:13 jperkin Exp $
 
 DISTNAME=      kdoctools-${KF5VER}
 PKGREVISION=   1
@@ -10,7 +10,7 @@ LICENSE=      gnu-lgpl-v2.1
 
 .include "../../meta-pkgs/kf5/Makefile.common"
 
-USE_TOOLS+=    perl
+USE_TOOLS+=    msgmerge perl
 
 BUILD_DEPENDS+=        p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=      docbook-xsl-[0-9]*:../../textproc/docbook-xsl



Home | Main Index | Thread Index | Old Index