pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkg-config



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 21 15:30:48 UTC 2020

Modified Files:
        pkgsrc/devel/pkg-config: Makefile

Log Message:
devel/pkg-config: suppress USE_TOOLS+=perl option


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/pkg-config/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pkg-config/Makefile
diff -u pkgsrc/devel/pkg-config/Makefile:1.39 pkgsrc/devel/pkg-config/Makefile:1.40
--- pkgsrc/devel/pkg-config/Makefile:1.39       Sat Jan 18 23:30:36 2020
+++ pkgsrc/devel/pkg-config/Makefile    Thu May 21 15:30:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/01/18 23:30:36 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2020/05/21 15:30:48 rillig Exp $
 
 DISTNAME=      pkg-config-0.29.2
 CATEGORIES=    devel
@@ -9,6 +9,7 @@ HOMEPAGE=       https://pkgconfig.freedesktop.
 COMMENT=       System for managing library compile/link flags
 LICENSE=       gnu-gpl-v2
 
+TOOLS_BROKEN+=         perl
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-internal-glib



Home | Main Index | Thread Index | Old Index