diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-12-15 10:55:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-12-15 10:55:50 +0000 |
commit | 59720404e191645dcc17af4434b1a5b465dde6e2 (patch) | |
tree | 99c8c268181c784851184192058d7d9759b0788c /x11 | |
parent | a77037e698a5fa1c5cf8d7442c33cbd743e26693 (diff) | |
download | ports-59720404e191645dcc17af4434b1a5b465dde6e2.tar.gz ports-59720404e191645dcc17af4434b1a5b465dde6e2.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 2 |
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) |