PYTHON_VERSIONS_ACCEPTED+=25
This commit is contained in:
parent
85c98f95a0
commit
33329dcfcf
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.22 2007/09/27 16:53:58 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2008/04/16 13:42:40 abs Exp $
|
||||
|
||||
DISTNAME= mod_python-${VERSION}
|
||||
PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python-${VERSION}
|
||||
|
@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
|
||||
CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 24 23
|
||||
PYTHON_VERSIONS_ACCEPTED= 25 24 23
|
||||
PY_PATCHPLIST= YES
|
||||
|
||||
PKG_APACHE_ACCEPTED= apache2 apache22
|
||||
|
|
Loading…
Reference in a new issue