diff options
author | gerald <gerald@FreeBSD.org> | 2010-09-27 22:09:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-09-27 22:09:43 +0800 |
commit | 74bf7e238e9092912a390fa45074e3da0b61a837 (patch) | |
tree | bf0efb569cf334d3fee85005ca6fe9a4e5e30e61 /lang/gcc48 | |
parent | d50854c6c7181cb509e7e549ae5a041ea3495505 (diff) | |
download | freebsd-ports-gnome-74bf7e238e9092912a390fa45074e3da0b61a837.tar.gz freebsd-ports-gnome-74bf7e238e9092912a390fa45074e3da0b61a837.tar.zst freebsd-ports-gnome-74bf7e238e9092912a390fa45074e3da0b61a837.zip |
Fix a small whitespace issue in OPTIONS.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |