diff options
Diffstat (limited to 'security/libpreludedb-python/Makefile')
-rw-r--r-- | security/libpreludedb-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile index 48178411eb2..6ac1a53ecce 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2018/04/17 22:29:50 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:31 adam Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 14 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.9.24.1 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |