aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-02-07 21:29:00 +0800
committereadler <eadler@FreeBSD.org>2012-02-07 21:29:00 +0800
commitd7b4af38e646a9dbd984bc2c01ecd1085eb77342 (patch)
treeb455ad0fefe7215ab112f9e36cf1721f1b8261bd /graphics
parent7a528e435bc821be276150b55b8c35e7e431786d (diff)
downloadfreebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.gz
freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.zst
freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.zip
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index b5f5c84cbc7f..74f91176fa38 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -166,7 +166,7 @@ CONFIGURE_ARGS+= --with-odbc=no
.endif
.if defined(WITH_PERL)
-USE_PERL= yes
+USE_PERL5= yes
CONFIGURE_ARGS+= --with-perl
.endif