svn commit: r400800 - head/graphics/ruby-gdal

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


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)


More information about the svn-ports-all mailing list