Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 17:29:16 +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: r326668 - head/graphics/ruby-gdal
Message-ID:  <201309071729.r87HTGuX048614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 17:29:15 2013
New Revision: 326668
URL: http://svnweb.freebsd.org/changeset/ports/326668

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/ruby-gdal/Makefile

Modified: head/graphics/ruby-gdal/Makefile
==============================================================================
--- head/graphics/ruby-gdal/Makefile	Sat Sep  7 17:29:11 2013	(r326667)
+++ head/graphics/ruby-gdal/Makefile	Sat Sep  7 17:29:15 2013	(r326668)
@@ -15,7 +15,7 @@ COMMENT=	Ruby binding for GDAL
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20
-LIB_DEPENDS=	gdal:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 
 LIBTOOLFILES=	# empty
 MAKE_ARGS=	USER_DEFS=-fPIC



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