diff options
Diffstat (limited to 'www/khtml')
-rw-r--r-- | www/khtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/khtml/Makefile b/www/khtml/Makefile index defb7c4f00f..e4eb9cab6b4 100644 --- a/www/khtml/Makefile +++ b/www/khtml/Makefile @@ -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 |