aboutsummaryrefslogtreecommitdiff
path: root/emulators/bsvc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:55:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:55:25 +0000
commit9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0 (patch)
tree043d479b1d60668b1d77568d010f6178e25bd6ba /emulators/bsvc
parentc4823e883be563337dde9dde23949cde6c3fce0f (diff)
downloadports-9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0.tar.gz
ports-9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0.zip
Notes
Diffstat (limited to 'emulators/bsvc')
-rw-r--r--emulators/bsvc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile
index 2b30ae37366d..187e78123e35 100644
--- a/emulators/bsvc/Makefile
+++ b/emulators/bsvc/Makefile
@@ -18,6 +18,12 @@ COMMENT= An extensible hardware simulation framework with MC68K support
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_REINPLACE= yes
@@ -32,4 +38,4 @@ post-patch:
${FIND} ${WRKSRC} -name Makefile -exec \
${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \;
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>