pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/khtml



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Sep  6 20:55:01 UTC 2016

Modified Files:
        pkgsrc/www/khtml: Makefile

Log Message:
Needs msgfmt


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

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

Modified files:

Index: pkgsrc/www/khtml/Makefile
diff -u pkgsrc/www/khtml/Makefile:1.1 pkgsrc/www/khtml/Makefile:1.2
--- pkgsrc/www/khtml/Makefile:1.1       Sun Aug 21 22:33:12 2016
+++ pkgsrc/www/khtml/Makefile   Tue Sep  6 20:55:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/21 22:33:12 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/06 20:55:01 joerg Exp $
 
 DISTNAME=      khtml-${KF5VER}
 CATEGORIES=    www
@@ -10,7 +10,7 @@ LICENSE=      gnu-gpl-v3 AND gnu-lgpl-v2.1
 .include "../../meta-pkgs/kf5/Makefile.common"
 MASTER_SITES=  ${MASTER_SITE_KDE:=frameworks/5.25/portingAids/}
 
-USE_TOOLS+=    perl
+USE_TOOLS+=    perl msgfmt
 
 # generation of kded.moc fails when ${PREFIX}/include in the moc include path
 SUBST_CLASSES+=        fix-moc



Home | Main Index | Thread Index | Old Index