pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/g95



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 04:15:50 UTC 2020

Modified Files:
        pkgsrc/lang/g95: Makefile

Log Message:
lang/g95: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/g95/Makefile

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

Modified files:

Index: pkgsrc/lang/g95/Makefile
diff -u pkgsrc/lang/g95/Makefile:1.34 pkgsrc/lang/g95/Makefile:1.35
--- pkgsrc/lang/g95/Makefile:1.34       Sun Jan 26 17:31:27 2020
+++ pkgsrc/lang/g95/Makefile    Wed May 13 04:15:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/01/26 17:31:27 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2020/05/13 04:15:50 rillig Exp $
 
 DISTNAME=      g95_source
 PKGNAME=       g95-0.93
@@ -15,6 +15,7 @@ COMMENT=      Fortran 95 compiler from g95.or
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=            gmake gtar automake autoconf
+TOOLS_BROKEN+=         perl
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-gcc-dir=${GCC_DIR}



Home | Main Index | Thread Index | Old Index