aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-12-15 18:55:50 +0800
committervs <vs@FreeBSD.org>2005-12-15 18:55:50 +0800
commit3477276c2be81d6d9ed31da31cfd4c2eb6824976 (patch)
tree651ff753618c301e91021f2a3c030cb74bc97a14
parent0279b98faa18ddf8c407872028a2c76f818373dd (diff)
downloadfreebsd-ports-gnome-3477276c2be81d6d9ed31da31cfd4c2eb6824976.tar.gz
freebsd-ports-gnome-3477276c2be81d6d9ed31da31cfd4c2eb6824976.tar.zst
freebsd-ports-gnome-3477276c2be81d6d9ed31da31cfd4c2eb6824976.zip
Unbreak on 4.x by using plain GCC. Tested with mozilla and thunderbird.
Approved by: silence on -gnome
-rw-r--r--x11/yelp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 8fc8af2138ce..669c8f24fdc5 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -40,7 +40,7 @@ OPTIONS= MAN "Enable man page support" off \
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.if ${OSVERSION} < 500000
-BROKEN="Does not build"
+USE_GCC= 2.95
.endif
.if defined(WITH_MAN)