svn commit: r326667 - head/graphics/py-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 17:29:12 UTC 2013
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
More information about the svn-ports-all
mailing list