svn commit: r400795 - head/graphics/geos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:14:15 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:14:14 2015
New Revision: 400795
URL: https://svnweb.freebsd.org/changeset/ports/400795

Log:
  - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/graphics/geos/Makefile

Modified: head/graphics/geos/Makefile
==============================================================================
--- head/graphics/geos/Makefile	Wed Nov  4 20:14:09 2015	(r400794)
+++ head/graphics/geos/Makefile	Wed Nov  4 20:14:14 2015	(r400795)
@@ -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


More information about the svn-ports-all mailing list