aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-21 09:30:40 +0800
committerKris Kennaway <kris@FreeBSD.org>2005-11-21 09:30:40 +0800
commita8ecc1acd3e63e7974a58bfe1dff0445943451d8 (patch)
tree153796b1a499e9e471e0adb90ac12b6108f30a33 /x11
parent14f7a07e791a8d78fdb6990acf7abac5866b1f84 (diff)
downloadfreebsd-ports-gnome-a8ecc1acd3e63e7974a58bfe1dff0445943451d8.tar.gz
freebsd-ports-gnome-a8ecc1acd3e63e7974a58bfe1dff0445943451d8.tar.zst
freebsd-ports-gnome-a8ecc1acd3e63e7974a58bfe1dff0445943451d8.zip
BROKEN on 6.0: Does not compile
Diffstat (limited to 'x11')
-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