diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 04:40:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 04:40:31 +0000 |
commit | b960de69c9843c1edf7e39c144b6888546da2bac (patch) | |
tree | e019ff89be6ed51b5d0ecbd82f380568f1370a0e /www/quixote | |
parent | 1d8a0fcca4858e57b3aebc0b7f62352266882b57 (diff) | |
download | ports-b960de69c9843c1edf7e39c144b6888546da2bac.tar.gz ports-b960de69c9843c1edf7e39c144b6888546da2bac.zip |
Notes
Diffstat (limited to 'www/quixote')
-rw-r--r-- | www/quixote/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile index 0485589a907b..e39ca851f99b 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -7,6 +7,7 @@ PORTNAME= quixote PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://quixote.ca/releases/ \ http://dryice.name/computer/FreeBSD/distfiles/ @@ -17,7 +18,7 @@ COMMENT= A framework for developing web applications in Python RUN_DEPENDS+= qpcheck.py:${PORTSDIR}/www/py-qpy -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Quixote |