diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-10 12:40:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-10 12:40:42 +0000 |
commit | c51ce4fa919719451f448f26966d7752f7ce3c19 (patch) | |
tree | 14ea24014f6bf694f7c9192c97469d8169c7aabd /lang/ruby-python | |
parent | e25dece472c026e66fe810d73af092fad8264869 (diff) |
Set PYTHON_VERSION=python1.5 to depend on Python 1.5.
Notes
Notes:
svn path=/head/; revision=32490
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 |