Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400795 - head/graphics/geos
Message-ID:  <201511042014.tA4KEE96062976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511042014.tA4KEE96062976>