diff options
author | mat <mat@FreeBSD.org> | 2016-11-03 22:17:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-11-03 22:17:40 +0800 |
commit | cd6ad7acd2e0b91701070c383be4e9958013b65a (patch) | |
tree | a42f408678c760a065c714e92c723bf1e92d4938 /graphics | |
parent | cd7d1c565ae8057c842cbb1c16047fde674bfff3 (diff) | |
download | freebsd-ports-gnome-cd6ad7acd2e0b91701070c383be4e9958013b65a.tar.gz freebsd-ports-gnome-cd6ad7acd2e0b91701070c383be4e9958013b65a.tar.zst freebsd-ports-gnome-cd6ad7acd2e0b91701070c383be4e9958013b65a.zip |
Fix on 9.3 with Perl 5.24+
PR: 213810
Sponsored by: Absolight
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 11ea27239373..13fb41b17ecb 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT LIB_DEPENDS= libgdal.so:graphics/gdal -USES= perl5 tar:xz +USES= gmake perl5 tar:xz WRKSRC_SUBDIR= swig/perl |