summaryrefslogtreecommitdiff
path: root/devel/ixlib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-16 22:27:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-16 22:27:55 +0000
commit8b485e2b8ced1b3fd06107037e414fafb7b3464c (patch)
treea6774f4207c1bdedf6ef0014c1321af53e784575 /devel/ixlib
parentUpgrading to Kronolith 1.1.1. (diff)
This only builds on FreeBSD 4.x.
Notes
Notes: svn path=/head/; revision=104225
Diffstat (limited to 'devel/ixlib')
-rw-r--r--devel/ixlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile
index a2ebc6477975..ab50adba725b 100644
--- a/devel/ixlib/Makefile
+++ b/devel/ixlib/Makefile
@@ -25,8 +25,8 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+.if ${ARCH} != "i386" || ${OSVERSION} >= 500000
+BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>