Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:35 +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: r400800 - head/graphics/ruby-gdal
Message-ID:  <201511042014.tA4KEZTZ063490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:14:35 2015
New Revision: 400800
URL: https://svnweb.freebsd.org/changeset/ports/400800

Log:
  - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/graphics/ruby-gdal/Makefile

Modified: head/graphics/ruby-gdal/Makefile
==============================================================================
--- head/graphics/ruby-gdal/Makefile	Wed Nov  4 20:14:31 2015	(r400799)
+++ head/graphics/ruby-gdal/Makefile	Wed Nov  4 20:14:35 2015	(r400800)
@@ -15,7 +15,7 @@ COMMENT=	Ruby binding for GDAL
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../../LICENSE.TXT
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30
+BUILD_DEPENDS=	swig3.0:${PORTSDIR}/devel/swig30
 LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 
 IGNORE=		disabled by upstream (https://trac.osgeo.org/gdal/changeset/28756)



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