Date: Thu, 3 Nov 2016 14:17:41 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425217 - head/graphics/p5-Geo-GDAL Message-ID: <201611031417.uA3EHfMf000437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Nov 3 14:17:40 2016 New Revision: 425217 URL: https://svnweb.freebsd.org/changeset/ports/425217 Log: Fix on 9.3 with Perl 5.24+ PR: 213810 Sponsored by: Absolight Modified: head/graphics/p5-Geo-GDAL/Makefile (contents, props changed) Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Thu Nov 3 14:17:30 2016 (r425216) +++ head/graphics/p5-Geo-GDAL/Makefile Thu Nov 3 14:17:40 2016 (r425217) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE.TX LIB_DEPENDS= libgdal.so:graphics/gdal -USES= perl5 tar:xz +USES= gmake perl5 tar:xz WRKSRC_SUBDIR= swig/perl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031417.uA3EHfMf000437>