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 | |
parent | b8310cd873a6bccfdb181e67fa02db0e37faed6f (diff) | |
download | ports-7aed4cf54f60ec5a9398c95ec1efb4ee9914b368.tar.gz ports-7aed4cf54f60ec5a9398c95ec1efb4ee9914b368.zip |
- strict python version to 2.x only
Notes
Notes:
svn path=/head/; revision=296553
Diffstat (limited to 'www/py-prewikka')
-rw-r--r-- | www/py-prewikka/Makefile | 2 | ||||
-rw-r--r-- | www/py-prewikka/pkg-descr | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/www/py-prewikka/pkg-descr b/www/py-prewikka/pkg-descr index 8a44e76f2608..f7cda7121440 100644 --- a/www/py-prewikka/pkg-descr +++ b/www/py-prewikka/pkg-descr @@ -3,4 +3,4 @@ and filter events, and provides useful statistics about what's going on. It provides a nice interface for the security analyst to see what's going on on the monitored system. -WWW: http://www.prelude-ids.org/ +WWW: http://www.prelude-ids.org/ |