diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
commit | cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (patch) | |
tree | 2cb3b36f9326fddef01ad0ad61ccbe0063e48c03 /editors/bed | |
parent | e79bf06ffa60db2f5593f023759e18b64e6e5a1e (diff) | |
download | freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.gz freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.zst freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
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 |