aboutsummaryrefslogtreecommitdiffstats
path: root/lang/egcs
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-04-11 01:26:55 +0800
committertrevor <trevor@FreeBSD.org>2004-04-11 01:26:55 +0800
commitb6a7a057831a76b55852e240dcf2e68f351a86e6 (patch)
treecb234ac2805ee45ce07e64ce5f23d63b70cad4ce /lang/egcs
parent2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff)
downloadfreebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz
freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.zst
freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip
Tidy up whitespace.
Diffstat (limited to 'lang/egcs')
-rw-r--r--lang/egcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile
index 737be8dbed72..84ba63c02683 100644
--- a/lang/egcs/Makefile
+++ b/lang/egcs/Makefile
@@ -27,7 +27,7 @@ DEPRECATED= "This port is no longer in use by anything in the ports collection a
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
+BROKEN= "Does not compile (bad C++ code)"
.endif
EGCS_REV= egcs-2.91.66
@@ -44,7 +44,7 @@ USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \
--with-gxx-include-dir=${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/include/g++
.if defined(WANT_SHAREDLIBS)
-CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+=--enable-shared
.endif
ALL_TARGET= bootstrap
MAN1= cccp.1 g++.1 g77.1 gcc.1