diff options
author | leeym <leeym@FreeBSD.org> | 2004-09-19 01:59:18 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-09-19 01:59:18 +0000 |
commit | 13a1cc5841c631a707774d123e17f633835b0483 (patch) | |
tree | 911460eebb6b70350fb18c8861f3dafb3e83c8b2 /editors | |
parent | 5465f1bc8921ffee2299184d035cda56b975c33b (diff) | |
download | FreeBSD-ports-13a1cc5841c631a707774d123e17f633835b0483.zip FreeBSD-ports-13a1cc5841c631a707774d123e17f633835b0483.tar.gz |
- remove BROKEN which I forgot in previous commit
PR: 71851
Submitted by: leeym
Approved by: portmgr (marcus)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bed/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile index 43c9317..b6a6466 100644 --- a/editors/bed/Makefile +++ b/editors/bed/Makefile @@ -37,10 +37,6 @@ 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 |