diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-28 11:28:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-28 11:28:11 +0000 |
commit | ea19a38fbbf110d8db1529a9a6c5122573524158 (patch) | |
tree | 6c2164ea2263e9b41f2e5822dc6dc48d0a7de14b /lang/python22/Makefile | |
parent | - Upgrade version number for Python 2.0b2. (diff) |
Use USE_PYTHON.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 22ba920641db..1c3c659b4852 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -21,6 +21,7 @@ INSTALL_TARGET= install PLIST= ${WRKDIR}/PLIST MAN1= python.1 +USE_PYTHON= yes PYTHON_VERSION= python1.6 PYTHON_NO_DEPENDS= yes |