diff options
author | tg <tg@FreeBSD.org> | 2001-05-07 19:56:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-07 19:56:08 +0800 |
commit | d7b3bca573f3bc7fb4ad4527884d55be918123b1 (patch) | |
tree | e7080ee407963b7f585325be7a4a68b047885ada /lang | |
parent | 16011d1527b3a92c55d8b23416b5b0104b720393 (diff) | |
download | freebsd-ports-gnome-d7b3bca573f3bc7fb4ad4527884d55be918123b1.tar.gz freebsd-ports-gnome-d7b3bca573f3bc7fb4ad4527884d55be918123b1.tar.zst freebsd-ports-gnome-d7b3bca573f3bc7fb4ad4527884d55be918123b1.zip |
Use USE_PYTHON.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python15/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index e635546b303d..7d14068ec0b0 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -25,6 +25,10 @@ PLIST= ${WRKDIR}/PLIST MAN1= python.1 NO_LATEST_LINK= yes +USE_PYTHON= yes +PYTHON_VERSION= python1.5 +PYTHON_NO_DEPENDS= yes + # # The standard setup file # |