diff options
author | kris <kris@FreeBSD.org> | 2003-04-17 18:40:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-17 18:40:48 +0800 |
commit | 8b38188aaea249118e61692f1cf8cbb741f10d79 (patch) | |
tree | 100bea2f51bba93f7b23222d252c87229baaf68e /lang | |
parent | 43577d32367fdf8aa255e3a99bd4d5bda209bbb1 (diff) | |
download | freebsd-ports-graphics-8b38188aaea249118e61692f1cf8cbb741f10d79.tar.gz freebsd-ports-graphics-8b38188aaea249118e61692f1cf8cbb741f10d79.tar.zst freebsd-ports-graphics-8b38188aaea249118e61692f1cf8cbb741f10d79.zip |
Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile index f7c281771b9..a4e7b300883 100644 --- a/lang/ruby-python/Makefile +++ b/lang/ruby-python/Makefile @@ -19,6 +19,7 @@ COMMENT= Ruby extension library for embedding Python in Ruby BUILD_DEPENDS= ${NONEXISTENT}:${PYTHON_PORTSDIR}:-DWITHOUT_THREADS +USE_PYTHON= yes PYTHON_VERSION?= python1.5 USE_RUBY= yes |