diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-05-13 19:09:28 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-05-13 19:09:28 +0000 |
commit | 7aed4cf54f60ec5a9398c95ec1efb4ee9914b368 (patch) | |
tree | a43464fcf25e6c4d6d6368123d620d55696aefb6 /www/py-prewikka/Makefile | |
parent | - remove stale master site and WWW (diff) |
- strict python version to 2.x only
Diffstat (limited to 'www/py-prewikka/Makefile')
-rw-r--r-- | www/py-prewikka/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index 7f096e248b1d..7d6d4812b793 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah LIB_DEPENDS= prelude.20:${PORTSDIR}/security/libprelude \ preludedb.4:${PORTSDIR}/security/libpreludedb -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes .if !defined(WITHOUT_NLS) |