aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-09-27 22:09:43 +0800
committergerald <gerald@FreeBSD.org>2010-09-27 22:09:43 +0800
commit74bf7e238e9092912a390fa45074e3da0b61a837 (patch)
treebf0efb569cf334d3fee85005ca6fe9a4e5e30e61
parentd50854c6c7181cb509e7e549ae5a041ea3495505 (diff)
downloadfreebsd-ports-gnome-74bf7e238e9092912a390fa45074e3da0b61a837.tar.gz
freebsd-ports-gnome-74bf7e238e9092912a390fa45074e3da0b61a837.tar.zst
freebsd-ports-gnome-74bf7e238e9092912a390fa45074e3da0b61a837.zip
Fix a small whitespace issue in OPTIONS.
-rw-r--r--lang/gcc/Makefile2
-rw-r--r--lang/gcc46/Makefile2
-rw-r--r--lang/gcc47/Makefile2
-rw-r--r--lang/gcc48/Makefile2
4 files changed, 4 insertions, 4 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>
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index 4a0136fd5d81..f24de7c1802b 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/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>
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 4a0136fd5d81..f24de7c1802b 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/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>
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 4a0136fd5d81..f24de7c1802b 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/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>