allow to override the default python 3 version.

needed by and ok ajacoutot@
This commit is contained in:
fgsch 2013-05-03 08:51:05 +00:00
parent 4939ab3ee9
commit 88d0fdad29

View File

@ -1,4 +1,4 @@
# $OpenBSD: python.port.mk,v 1.63 2013/04/30 17:20:58 sthen Exp $
# $OpenBSD: python.port.mk,v 1.64 2013/05/03 08:51:05 fgsch Exp $
#
# python.port.mk - Xavier Santolaria <xavier@santolaria.net>
# This file is in the public domain.
@ -7,7 +7,7 @@ CATEGORIES += lang/python
# define the default versions
MODPY_DEFAULT_VERSION_2 = 2.7
MODPY_DEFAULT_VERSION_3 = 3.2
MODPY_DEFAULT_VERSION_3 ?= 3.2
.if !defined(MODPY_VERSION)