From e694971eb8b217ce753fdf6c5c106d382f27f1cd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 20 Jan 2006 00:13:17 +0000 Subject: BROKEN on !i386: Does not compile --- devel/libopensync/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'devel/libopensync') diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 447ba3f165ae..8a00bf098c68 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -30,8 +30,12 @@ INSTALLS_SHLIB= yes .include -.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64" -BROKEN="Does not build" +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on FreeBSD 4.x" +.endif + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif pre-everything:: -- cgit v1.2.3