diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-05 07:14:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-05 07:14:25 +0000 |
commit | 781893d5b3fa99f87801dedc3df1da147a466df1 (patch) | |
tree | 6957a72f277af14550dd3a2e849b565e3238596f /devel | |
parent | b84a20cbf8532e90d459f6145379a1f51abb6a48 (diff) | |
download | ports-781893d5b3fa99f87801dedc3df1da147a466df1.tar.gz ports-781893d5b3fa99f87801dedc3df1da147a466df1.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopensync/Makefile | 4 | ||||
-rw-r--r-- | devel/libopensync022/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index e5cc2a9d7160..9e77a929b7cb 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -30,8 +30,8 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN="Does not build." +.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64" +BROKEN="Does not build" .endif pre-everything:: diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index e5cc2a9d7160..9e77a929b7cb 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -30,8 +30,8 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN="Does not build." +.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64" +BROKEN="Does not build" .endif pre-everything:: |