aboutsummaryrefslogtreecommitdiff
path: root/devel/smake
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-14 20:07:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-14 20:07:02 +0000
commitc313046dd7719f0a50e7d0711ca37b55a331bb6c (patch)
tree751c7824b6cf636e24c8dcfc7e0af5da0476129d /devel/smake
parent0f1fe50ab6574695bf1783eb9fb35da231250dff (diff)
downloadports-c313046dd7719f0a50e7d0711ca37b55a331bb6c.tar.gz
ports-c313046dd7719f0a50e7d0711ca37b55a331bb6c.zip
Notes
Diffstat (limited to 'devel/smake')
-rw-r--r--devel/smake/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile
index cf6fd8034ab8..f49c35c5b471 100644
--- a/devel/smake/Makefile
+++ b/devel/smake/Makefile
@@ -28,6 +28,10 @@ PLIST_SUB= RULESUSED="${RULEUSED}"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800032
+BROKEN= Does not compile
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= Does not build on sparc64
.endif