aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python-libs
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-03-16 13:24:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-03-16 13:24:18 +0000
commitdc0ae1461de35f51788c9e39e17db0364e41d408 (patch)
tree8cbbc3a8c1a2de2487d7ad70be5b5ff990520477 /devel/boost-python-libs
parentb142a50df665a4790093eedb3a44a779e627a567 (diff)
downloadports-dc0ae1461de35f51788c9e39e17db0364e41d408.tar.gz
ports-dc0ae1461de35f51788c9e39e17db0364e41d408.zip
- Alter USE_PYTHON range: exclude Python 3.2
PR: ports/155181 Submitted by: sunpoet (myself) Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=271020
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r--devel/boost-python-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index 881b90dc10e8..f2223bf5f209 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 1
COMMENT= Framework for interfacing Python and C++
USE_BZIP2= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= 2.5-3.1
OPTIONS= VERBOSE_BUILD "Show compiler messages" off \
DEBUG "Build debugging symbols" off \