diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:14 +0800 |
commit | b25406af9f3a05ca2aba53caad2f7aff014a02ea (patch) | |
tree | 178a5ab6d6139e9483001ed45e900db617d92718 /graphics/geos | |
parent | eabec3797b4979142d4ab17e89dc56081c478eb3 (diff) | |
download | freebsd-ports-gnome-b25406af9f3a05ca2aba53caad2f7aff014a02ea.tar.gz freebsd-ports-gnome-b25406af9f3a05ca2aba53caad2f7aff014a02ea.tar.zst freebsd-ports-gnome-b25406af9f3a05ca2aba53caad2f7aff014a02ea.zip |
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 5d0e4f47e3d9..fbb98c44d4f7 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -24,13 +24,13 @@ USES= gmake libtool tar:bzip2 PLIST_SUB= PORTVERSION=${PORTVERSION} -PHP_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 +PHP_BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 PHP_CONFIGURE_ENABLE= php PHP_USE= PHP=yes PHP_BUILD=yes -PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 +PYTHON_BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 PYTHON_CONFIGURE_ENABLE=python PYTHON_USES= python:2 -RUBY_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 +RUBY_BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" RUBY_USE= RUBY=yes |