summaryrefslogtreecommitdiff
path: root/x11/decurs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-21 01:30:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-21 01:30:40 +0000
commita8ecc1acd3e63e7974a58bfe1dff0445943451d8 (patch)
tree153796b1a499e9e471e0adb90ac12b6108f30a33 /x11/decurs
parentBROKEN: Configure fails (diff)
BROKEN on 6.0: Does not compile
Notes
Notes: svn path=/head/; revision=148901
Diffstat (limited to 'x11/decurs')
-rw-r--r--x11/decurs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
index 3e1819bd2b3c..06058656161f 100644
--- a/x11/decurs/Makefile
+++ b/x11/decurs/Makefile
@@ -26,6 +26,10 @@ GNU_CONFIGURE= yes
BROKEN= "Does not compile on !i386"
.endif
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not compile on FreeBSD >= 6.0"
+.endif
+
.if ${OSVERSION} > 500035
USE_REINPLACE= yes
.endif