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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 17:29:16 UTC 2013


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


More information about the svn-ports-all mailing list