diff options
-rw-r--r-- | www/khtml/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs4support/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11/kdelibs4support/Makefile b/x11/kdelibs4support/Makefile index aa709ac68e4..79de1ff1cb6 100644 --- a/x11/kdelibs4support/Makefile +++ b/x11/kdelibs4support/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/08/21 22:20:43 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/09/06 20:54:31 joerg Exp $ DISTNAME= kdelibs4support-${KF5VER} CATEGORIES= devel @@ -15,7 +15,7 @@ BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= kded>=${KF5VER}:../../x11/kded DEPENDS+= kdesignerplugin>=${KF5VER}:../../x11/kdesignerplugin -USE_TOOLS+= perl:run pkg-config +USE_TOOLS+= perl:run pkg-config msgfmt REPLACE_PERL+= src/kio/fileshareset |