diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-16 13:24:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-16 13:24:18 +0000 |
commit | dc0ae1461de35f51788c9e39e17db0364e41d408 (patch) | |
tree | 8cbbc3a8c1a2de2487d7ad70be5b5ff990520477 /devel/boost-python-libs | |
parent | b142a50df665a4790093eedb3a44a779e627a567 (diff) |
Notes
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r-- | devel/boost-python-libs/Makefile | 2 |
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 \ |