aboutsummaryrefslogtreecommitdiffstats
path: root/editors/bed
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 07:02:58 +0800
committerkris <kris@FreeBSD.org>2004-09-18 07:02:58 +0800
commitcf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (patch)
tree2cb3b36f9326fddef01ad0ad61ccbe0063e48c03 /editors/bed
parente79bf06ffa60db2f5593f023759e18b64e6e5a1e (diff)
downloadfreebsd-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/Makefile4
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