diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-11 11:50:25 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-11 11:50:25 +0000 |
commit | 551829631960a918429d61515f2120e5a12d28fd (patch) | |
tree | 50ca079b186e4e69a93dbf78fb5c20816828f9f7 /www/pyweblib | |
parent | - Use re instead of obsolete regex module. This fixes some warnings (diff) |
Don't depend on specific Python version.
PR: 36589
Submitted by: Alan Eldridge <ports@geeksrus.net>
Reviewed by: Oddbjorn Steffensen <oddbjorn@tricknology.org> (maintainer)
Diffstat (limited to 'www/pyweblib')
-rw-r--r-- | www/pyweblib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/pyweblib/Makefile b/www/pyweblib/Makefile index a9ae7fc2de2f..bc6b06e3f63a 100644 --- a/www/pyweblib/Makefile +++ b/www/pyweblib/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python USE_PYTHON= yes -PYTHON_VERSION= python2.1 WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} do-build: |