diff options
Diffstat (limited to 'security/prelude-correlator/Makefile')
-rw-r--r-- | security/prelude-correlator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index 7b6402a3265..e2920415943 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/25 07:33:16 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/26 13:14:12 maya Exp $ DISTNAME= prelude-correlator-0.9.0-beta8 PKGNAME= prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//} @@ -50,7 +50,7 @@ REQD_DIRS+= ${PRELUDE_HOME} REQD_DIRS_PERMS+= ${PRELUDE_HOME} ${PRELUDE_USER} ${PRELUDE_GROUP} 0700 REPLACE_PYTHON= PreludeCorrelator/main.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.0beta8 EGG_NAME= prelude_correlator-0.9.0b8 pre-patch: |