diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 17:29:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 17:29:11 +0000 |
commit | cca3efbe5e80fa7ea5a0da6b969d58cef229acdd (patch) | |
tree | 60bf38d41879b700bbd643ffe68a96a2e29cf445 /graphics | |
parent | - Convert to new LIB_DEPENDS format (diff) |
- Convert to new LIB_DEPENDS format
Notes
Notes:
svn path=/head/; revision=326667
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index ddc4c1d5f54b..8e4765820967 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -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 |