pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-CAM-PDF



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun  9 17:02:44 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-CAM-PDF: Makefile

Log Message:
Workaround for a WRKREF error


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/p5-CAM-PDF/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-CAM-PDF/Makefile
diff -u pkgsrc/textproc/p5-CAM-PDF/Makefile:1.23 pkgsrc/textproc/p5-CAM-PDF/Makefile:1.24
--- pkgsrc/textproc/p5-CAM-PDF/Makefile:1.23    Mon Jun  5 14:24:38 2017
+++ pkgsrc/textproc/p5-CAM-PDF/Makefile Fri Jun  9 17:02:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/06/05 14:24:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2017/06/09 17:02:44 ryoon Exp $
 
 DISTNAME=      CAM-PDF-1.60
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,8 @@ HOMEPAGE=     http://search.cpan.org/dist/CA
 COMMENT=       Perl 5 PDF manipulation library
 LICENSE=       ${PERL5_LICENSE}
 
-USE_TOOLS+=    csh:run
+# Workaround for WRKREF error
+#USE_TOOLS+=   csh:run
 
 REPLACE_CSH=   bin/asciify
 



Home | Main Index | Thread Index | Old Index