summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-08 21:51:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-08 21:51:08 +0000
commite20a494c94033a0e81321f37b537f1d4ce471f61 (patch)
tree4f0950e757bee0706a7f3d494dec9811f407b6fd /devel
parent- Mark BROKEN: checksum mismatch (diff)
- Mark BROKEN on amd64/7 and up
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=210891
Diffstat (limited to 'devel')
-rw-r--r--devel/simulavr/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile
index 9891ce834c2b..64dcbb9e4ce6 100644
--- a/devel/simulavr/Makefile
+++ b/devel/simulavr/Makefile
@@ -32,6 +32,12 @@ CONFIGURE_ARGS= --disable-versioned-doc --enable-pdf
MAN1= simulavr.1 simulavr-disp.1
INFO= simulavr
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700042
+BROKEN= Does not compile
+.endif
+
do-install:
${RM} -f ${TMPPLIST}
(cd ${BUILD_WRKSRC}/doc/internals_html && \
@@ -45,4 +51,4 @@ do-install:
done
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} install)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>