Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/boolstuff math/boolstuff: suppress USE_TOOLS+=per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a2f2e493a3
branches:  trunk
changeset: 431422:44a2f2e493a3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 04:18:58 2020 +0000

description:
math/boolstuff: suppress USE_TOOLS+=perl warning

diffstat:

 math/boolstuff/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b06d14b26525 -r 44a2f2e493a3 math/boolstuff/Makefile
--- a/math/boolstuff/Makefile   Wed May 13 04:17:26 2020 +0000
+++ b/math/boolstuff/Makefile   Wed May 13 04:18:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/08/16 20:45:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/13 04:18:58 rillig Exp $
 
 DISTNAME=      boolstuff-0.1.16
 CATEGORIES=    math
@@ -13,6 +13,7 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+TOOLS_BROKEN+= perl
 
 PKGCONFIG_OVERRIDE+=   boolstuff-0.1.pc.in
 



Home | Main Index | Thread Index | Old Index