diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:49 +0800 |
commit | 1bc4aebb5090f4a2a93942598bc71ecf30b5e8cc (patch) | |
tree | a29546a334d591f15cc35b99fcc91bf7d1efb868 /graphics/geos | |
parent | d939c30db81b8a69d9312fad98fe3acb95d87b73 (diff) | |
download | freebsd-ports-gnome-1bc4aebb5090f4a2a93942598bc71ecf30b5e8cc.tar.gz freebsd-ports-gnome-1bc4aebb5090f4a2a93942598bc71ecf30b5e8cc.tar.zst freebsd-ports-gnome-1bc4aebb5090f4a2a93942598bc71ecf30b5e8cc.zip |
- Use USES=python
Diffstat (limited to 'graphics/geos')
-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}" |