diff options
author | knu <knu@FreeBSD.org> | 2000-09-10 20:40:42 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-10 20:40:42 +0800 |
commit | 0c2023986e66be2f6b91152922fe3c895d8102af (patch) | |
tree | a009e5aebc839dd1c799b5367ab19240b36e44b0 /lang/ruby-python | |
parent | add30feeb21e065909789749f6ff838d7daf9247 (diff) | |
download | freebsd-ports-gnome-0c2023986e66be2f6b91152922fe3c895d8102af.tar.gz freebsd-ports-gnome-0c2023986e66be2f6b91152922fe3c895d8102af.tar.zst freebsd-ports-gnome-0c2023986e66be2f6b91152922fe3c895d8102af.zip |
Set PYTHON_VERSION=python1.5 to depend on Python 1.5.
Diffstat (limited to 'lang/ruby-python')
-rw-r--r-- | lang/ruby-python/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile index 7c8b1fe88af4..f108cd9248bd 100644 --- a/lang/ruby-python/Makefile +++ b/lang/ruby-python/Makefile @@ -15,8 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python +PYTHON_VERSION= python1.5 USE_RUBY= yes USE_RUBY_EXTCONF= yes |