diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:49 +0000 |
commit | 1e10096edfdf9640aacdb82f6e8130ce31fa9bc6 (patch) | |
tree | a29546a334d591f15cc35b99fcc91bf7d1efb868 /graphics | |
parent | 31e3f9e4113c713dd088a60b458225e89f75a0eb (diff) | |
download | ports-1e10096edfdf9640aacdb82f6e8130ce31fa9bc6.tar.gz ports-1e10096edfdf9640aacdb82f6e8130ce31fa9bc6.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index d20912d45b05..1c670234e0e0 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -27,7 +27,7 @@ PHP_CONFIGURE_ENABLE= php PHP_USE= PHP=yes PHP_BUILD=yes PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 PYTHON_CONFIGURE_ENABLE=python -PYTHON_USE= PYTHON=2 +PYTHON_USES= python:2 RUBY_BUILD_DEPENDS= ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" |