diff options
author | tg <tg@FreeBSD.org> | 2000-09-28 11:28:11 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-09-28 11:28:11 +0000 |
commit | d4db9027b5448915cc6cb9d0402aa435117ce855 (patch) | |
tree | 6f657e5b77f6097c187acda30dda955ec013623c /lang/python32 | |
parent | f96536f290e7a176f4eda75edaf0c8ea0b2d60b7 (diff) | |
download | FreeBSD-ports-d4db9027b5448915cc6cb9d0402aa435117ce855.zip FreeBSD-ports-d4db9027b5448915cc6cb9d0402aa435117ce855.tar.gz |
Use USE_PYTHON.
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 22ba920..1c3c659 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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 |