diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:56:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:56:31 +0000 |
commit | 9453aaaef9a18602f96082717b1db79431915f67 (patch) | |
tree | 0b655c021c5a1065546f974b1587da0fb6a93618 /devel/libcwd | |
parent | 7740c34a0e944c70092d630f28d54653f0b5d7a9 (diff) | |
download | ports-9453aaaef9a18602f96082717b1db79431915f67.tar.gz ports-9453aaaef9a18602f96082717b1db79431915f67.zip |
Mark broken on sparc64: fails to install.
Notes
Notes:
svn path=/head/; revision=206549
Diffstat (limited to 'devel/libcwd')
-rw-r--r-- | devel/libcwd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 3720e01e4ff0..20d3f92878af 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -36,4 +36,10 @@ post-patch: pre-configure: @${CP} ${LTMAIN} ${WRKSRC} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |