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