diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 16:20:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 16:20:11 +0800 |
commit | d96f3504193b2e49fe978a7e27458bd4d5be510b (patch) | |
tree | e42ecf70dabe62b04589037b3acb02f761f29044 /www | |
parent | bfb946343a4901acfe6a483987dbc40b70181871 (diff) | |
download | freebsd-ports-gnome-d96f3504193b2e49fe978a7e27458bd4d5be510b.tar.gz freebsd-ports-gnome-d96f3504193b2e49fe978a7e27458bd4d5be510b.tar.zst freebsd-ports-gnome-d96f3504193b2e49fe978a7e27458bd4d5be510b.zip |
- Set python 2.3-24
PR: ports/105163
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'www')
-rw-r--r-- | www/quixote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile index 44af3248a066..75f8df9eba9d 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -15,7 +15,7 @@ DISTNAME= Quixote-${PORTVERSION} MAINTAINER= dryice@dryice.name COMMENT= A framework for developing web applications in Python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.3-2.4 USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> |