aboutsummaryrefslogtreecommitdiff
path: root/devel/libcwd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 06:56:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 06:56:31 +0000
commit9453aaaef9a18602f96082717b1db79431915f67 (patch)
tree0b655c021c5a1065546f974b1587da0fb6a93618 /devel/libcwd
parent7740c34a0e944c70092d630f28d54653f0b5d7a9 (diff)
downloadports-9453aaaef9a18602f96082717b1db79431915f67.tar.gz
ports-9453aaaef9a18602f96082717b1db79431915f67.zip
Notes
Diffstat (limited to 'devel/libcwd')
-rw-r--r--devel/libcwd/Makefile8
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>