Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libkgapi devel/libkgapi: suppress USE_TOOLS+=per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/982eb4bfccde
branches:  trunk
changeset: 432990:982eb4bfccde
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 28 15:33:29 2020 +0000

description:
devel/libkgapi: suppress USE_TOOLS+=perl warning

diffstat:

 devel/libkgapi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 33c7c0580a5a -r 982eb4bfccde devel/libkgapi/Makefile
--- a/devel/libkgapi/Makefile   Thu May 28 15:31:43 2020 +0000
+++ b/devel/libkgapi/Makefile   Thu May 28 15:33:29 2020 +0000
@@ -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 @@
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
+TOOLS_BROKEN+= perl
 
 
 .include "../../meta-pkgs/kde4/kde4.mk"



Home | Main Index | Thread Index | Old Index