aboutsummaryrefslogtreecommitdiff
path: root/java/jfreechart/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-01-18 13:20:31 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-01-18 13:20:31 +0000
commit02f27a83b44d4566fd409edc60570ac0734eb63e (patch)
tree62d2805fd9c9c4285034b54a2ccb3f498f302811 /java/jfreechart/Makefile
parentbddf1289efd81317364118eb60cdc28cc766c3c2 (diff)
downloadports-02f27a83b44d4566fd409edc60570ac0734eb63e.tar.gz
ports-02f27a83b44d4566fd409edc60570ac0734eb63e.zip
Notes
Diffstat (limited to 'java/jfreechart/Makefile')
-rw-r--r--java/jfreechart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jfreechart/Makefile b/java/jfreechart/Makefile
index a7b3d5feed60..f3d6161748d1 100644
--- a/java/jfreechart/Makefile
+++ b/java/jfreechart/Makefile
@@ -24,9 +24,9 @@ COMPILE_DESC= Build from source
.if ${PORT_OPTIONS:MCOMPILE}
USE_ANT= yes
+USE_LOCALE= en_US.UTF-8
ALL_TARGET= compile
BUILD_WRKSRC= ${WRKSRC}/ant
-MAKE_ENV= LANG=en_US.UTF-8
.else
NO_BUILD= yes
.endif