aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 4a0136fd5d81..f24de7c1802b 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -43,7 +43,7 @@ MAKE_JOBS_SAFE= yes
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
-OPTIONS= LTO "Enable link-time optimizations (LTO)" off \
+OPTIONS= LTO "Enable link-time optimizations (LTO)" off \
JAVA "Enable the Java frontend (i386 and amd64 only)" on
.include <bsd.port.pre.mk>