aboutsummaryrefslogtreecommitdiff
path: root/palm/pose
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:16:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:16:14 +0000
commitf9d1bdc34ed9f1c2400160515de29a19f3c0f61c (patch)
treeb9c04dc390a0c7ef995c6a500bd1406acca15e99 /palm/pose
parent5d39d5ac03716fd77421084e7ef4d97ba118c2d5 (diff)
downloadports-f9d1bdc34ed9f1c2400160515de29a19f3c0f61c.tar.gz
ports-f9d1bdc34ed9f1c2400160515de29a19f3c0f61c.zip
Notes
Diffstat (limited to 'palm/pose')
-rw-r--r--palm/pose/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
index 95a8fdaff8ba..407b009b0b82 100644
--- a/palm/pose/Makefile
+++ b/palm/pose/Makefile
@@ -32,6 +32,10 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif