pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/swig2
Module Name: pkgsrc
Committed By: rillig
Date: Mon May 18 05:09:50 UTC 2020
Modified Files:
pkgsrc/devel/swig2: Makefile
Log Message:
devel/swig2: suppress USE_TOOLS+=perl warning
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/swig2/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/swig2/Makefile
diff -u pkgsrc/devel/swig2/Makefile:1.13 pkgsrc/devel/swig2/Makefile:1.14
--- pkgsrc/devel/swig2/Makefile:1.13 Sun May 10 18:31:20 2020
+++ pkgsrc/devel/swig2/Makefile Mon May 18 05:09:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/10 18:31:20 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/18 05:09:50 rillig Exp $
DISTNAME= swig-2.0.12
PKGNAME= ${DISTNAME:S/swig-/swig2-/}
@@ -39,6 +39,7 @@ BUILD_TARGET= swig
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pax
+TOOLS_BROKEN+= perl
GNU_CONFIGURE= yes
GNU_CONFIGURE_STRICT= no # has sub-configures
Home |
Main Index |
Thread Index |
Old Index