diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:29:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:29:04 +0800 |
commit | 748c0fe1200ac105b43489b2f1c5185155c108f2 (patch) | |
tree | b09ba751640124d98321e0d05b1c8238ae5a8729 /graphics | |
parent | 2e4655c46e1c5a8b398090b22eb863c4a1ce5146 (diff) | |
download | freebsd-ports-gnome-748c0fe1200ac105b43489b2f1c5185155c108f2.tar.gz freebsd-ports-gnome-748c0fe1200ac105b43489b2f1c5185155c108f2.tar.zst freebsd-ports-gnome-748c0fe1200ac105b43489b2f1c5185155c108f2.zip |
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Geo-GDAL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Geo-GDAL/Makefile b/graphics/p5-Geo-GDAL/Makefile index c0f151e6a2f6..aaad208c0a45 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -15,7 +15,7 @@ COMMENT= Perl binding for GDAL LICENSE= MIT -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl |