pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libpano13



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 14:49:43 UTC 2020

Modified Files:
        pkgsrc/graphics/libpano13: Makefile

Log Message:
graphics/libpano13: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/libpano13/Makefile

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

Modified files:

Index: pkgsrc/graphics/libpano13/Makefile
diff -u pkgsrc/graphics/libpano13/Makefile:1.18 pkgsrc/graphics/libpano13/Makefile:1.19
--- pkgsrc/graphics/libpano13/Makefile:1.18     Fri Mar 20 11:57:50 2020
+++ pkgsrc/graphics/libpano13/Makefile  Sun May 10 14:49:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/03/20 11:57:50 nia Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/10 14:49:43 rillig Exp $
 
 DISTNAME=      libpano13-2.9.19
 PKGREVISION=   2
@@ -14,6 +14,7 @@ MAKE_JOBS_SAFE=               no
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
+TOOLS_BROKEN+=         perl
 PKGCONFIG_OVERRIDE=    libpano13.pc.in
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index