summaryrefslogtreecommitdiff
path: root/devel/libopensync022
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-20 00:13:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-20 00:13:17 +0000
commite694971eb8b217ce753fdf6c5c106d382f27f1cd (patch)
treee6835a33209e56220c576f7250c530ebbe03ddd8 /devel/libopensync022
parentBROKEN on amd64: Configure fails (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=153941
Diffstat (limited to 'devel/libopensync022')
-rw-r--r--devel/libopensync022/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile
index 447ba3f165ae..8a00bf098c68 100644
--- a/devel/libopensync022/Makefile
+++ b/devel/libopensync022/Makefile
@@ -30,8 +30,12 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-.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::