diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-16 22:27:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-16 22:27:55 +0000 |
commit | 8b485e2b8ced1b3fd06107037e414fafb7b3464c (patch) | |
tree | a6774f4207c1bdedf6ef0014c1321af53e784575 | |
parent | Upgrading to Kronolith 1.1.1. (diff) |
This only builds on FreeBSD 4.x.
Notes
Notes:
svn path=/head/; revision=104225
-rw-r--r-- | devel/ixlib/Makefile | 4 |
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> |