pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/pfe



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun 14 10:32:04 UTC 2020

Modified Files:
        pkgsrc/lang/pfe: Makefile

Log Message:
pfe: This is not ported to Python 3.x yet


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/pfe/Makefile

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

Modified files:

Index: pkgsrc/lang/pfe/Makefile
diff -u pkgsrc/lang/pfe/Makefile:1.21 pkgsrc/lang/pfe/Makefile:1.22
--- pkgsrc/lang/pfe/Makefile:1.21       Fri Mar 20 11:57:56 2020
+++ pkgsrc/lang/pfe/Makefile    Sun Jun 14 10:32:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/03/20 11:57:56 nia Exp $
+# $NetBSD: Makefile,v 1.22 2020/06/14 10:32:04 ryoon Exp $
 
 DISTNAME=      pfe-0.33.71
 PKGREVISION=   13
@@ -16,6 +16,8 @@ USE_LIBTOOL=  yes
 USE_TOOLS+=    perl pkg-config
 MAKE_ENV+=     SHELL=${CONFIG_SHELL}
 
+PYTHON_VERSIONS_ACCEPTED=      27 # not yet as of 0.33.71
+
 MAKE_JOBS_SAFE=        no
 BUILD_TARGET=  all mans docs
 INSTALL_TARGET=        install install-mans install-docs



Home | Main Index | Thread Index | Old Index