Date: Sat, 7 Sep 2013 17:29:04 +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: r326665 - head/graphics/p5-Geo-GDAL Message-ID: <201309071729.r87HT4W5048379@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 17:29:04 2013 New Revision: 326665 URL: http://svnweb.freebsd.org/changeset/ports/326665 Log: - Convert to new LIB_DEPENDS format Modified: head/graphics/p5-Geo-GDAL/Makefile Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Sat Sep 7 17:29:00 2013 (r326664) +++ head/graphics/p5-Geo-GDAL/Makefile Sat Sep 7 17:29:04 2013 (r326665) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071729.r87HT4W5048379>