pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/electrix
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Oct 8 14:56:28 UTC 2019
Modified Files:
pkgsrc/print/electrix: Makefile
Log Message:
Fix build, PR pkg/54602
waf in this old package supports Python 2.7 only.
Set PYTHON_VERSIONS_ACCEPTED=27.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/print/electrix/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/electrix/Makefile
diff -u pkgsrc/print/electrix/Makefile:1.66 pkgsrc/print/electrix/Makefile:1.67
--- pkgsrc/print/electrix/Makefile:1.66 Tue Jul 23 17:19:59 2019
+++ pkgsrc/print/electrix/Makefile Tue Oct 8 14:56:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/07/23 17:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2019/10/08 14:56:28 ryoon Exp $
DISTNAME= electrix-0.2.0
PKGREVISION= 64
@@ -12,6 +12,7 @@ COMMENT= Application to view PDF files
LICENSE= gnu-gpl-v2
USE_TOOLS+= intltool pkg-config
+PYTHON_VERSIONS_ACCEPTED= 27
do-configure:
cd ${WRKSRC} && \
Home |
Main Index |
Thread Index |
Old Index