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

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

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/py-gdal/Makefile

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Sat Sep  7 17:29:08 2013	(r326666)
+++ head/graphics/py-gdal/Makefile	Sat Sep  7 17:29:11 2013	(r326667)
@@ -14,7 +14,7 @@ COMMENT=	Python binding for GDAL
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	gdal:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 
 OPTIONS_DEFINE=	NUMPY
 NUMPY_DESC=	Enable array support via NumPy



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