diff options
author | kris <kris@FreeBSD.org> | 2004-03-17 06:27:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-17 06:27:55 +0800 |
commit | 44a0bf6ce01e0fcb5b3a90638c96619c2608b0ce (patch) | |
tree | fb550eba714becfa3f9f8cdd1b0e038ade1a675a /devel | |
parent | 1e2b91b4da0ba83984d259f87e1f89e05a7ad826 (diff) | |
download | freebsd-ports-gnome-44a0bf6ce01e0fcb5b3a90638c96619c2608b0ce.tar.gz freebsd-ports-gnome-44a0bf6ce01e0fcb5b3a90638c96619c2608b0ce.tar.zst freebsd-ports-gnome-44a0bf6ce01e0fcb5b3a90638c96619c2608b0ce.zip |
This only builds on FreeBSD 4.x.
Diffstat (limited to 'devel')
-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> |