summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-28 15:33:29 +0000
committerrillig <rillig@pkgsrc.org>2020-05-28 15:33:29 +0000
commit38f9764baf829d95c9c93b7efd06863c79051841 (patch)
treef07916f87c4fbfad3b2e007921c9f388b8876ac6 /devel
parent2bb641da5053e52d1640638ac0b0af8a90032a9a (diff)
downloadpkgsrc-38f9764baf829d95c9c93b7efd06863c79051841.tar.gz
devel/libkgapi: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'devel')
-rw-r--r--devel/libkgapi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libkgapi/Makefile b/devel/libkgapi/Makefile
index 7bc2ef0edad..cb62949319b 100644
--- a/devel/libkgapi/Makefile
+++ b/devel/libkgapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/05/21 20:53:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/28 15:33:29 rillig Exp $
DISTNAME= libkgapi-2.2.0
PKGREVISION= 20
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
USE_CMAKE= yes
USE_LANGUAGES= c c++
+TOOLS_BROKEN+= perl
.include "../../meta-pkgs/kde4/kde4.mk"