summaryrefslogtreecommitdiff
path: root/x11/yelp
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-12-15 10:55:50 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-12-15 10:55:50 +0000
commit59720404e191645dcc17af4434b1a5b465dde6e2 (patch)
tree99c8c268181c784851184192058d7d9759b0788c /x11/yelp
parent- Update to version 0.4.3 (diff)
Unbreak on 4.x by using plain GCC. Tested with mozilla and thunderbird.
Approved by: silence on -gnome
Notes
Notes: svn path=/head/; revision=151229
Diffstat (limited to 'x11/yelp')
-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)