pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Scalar-List-Utils



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Sep 17 15:28:54 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Scalar-List-Utils: Makefile

Log Message:
Requires C99.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Scalar-List-Utils/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/p5-Scalar-List-Utils/Makefile
diff -u pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.36 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.37
--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.36     Wed Jun  8 19:23:29 2016
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile  Sat Sep 17 15:28:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/06/08 19:23:29 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2016/09/17 15:28:54 jperkin Exp $
 
 DISTNAME=      Scalar-List-Utils-1.45
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://metacpan.org/release/S
 COMMENT=       Common Scalar and List utility subroutines
 LICENSE=       ${PERL5_LICENSE}
 
-USE_LANGUAGES= c
+USE_LANGUAGES= c99
 
 PERL5_PACKLIST=        auto/List/Util/.packlist
 



Home | Main Index | Thread Index | Old Index