diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 23:02:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 23:02:58 +0000 |
commit | 3462fa1f7267ff1b1f968ab5a95eb025506552e7 (patch) | |
tree | 26523d054f10ce6a62fe733a2d55e3be02f08d1d /editors/bed | |
parent | cb7183ef00c83e706bfafc47e5e341993b7645a5 (diff) |
Notes
Diffstat (limited to 'editors/bed')
-rw-r--r-- | editors/bed/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile index f11c22bb4bd6..1d1e53c5d08f 100644 --- a/editors/bed/Makefile +++ b/editors/bed/Makefile @@ -36,6 +36,10 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64 (missing -fPIC)" .endif |