diff options
Diffstat (limited to 'emulators/bsvc/Makefile')
-rw-r--r-- | emulators/bsvc/Makefile | 8 |
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> |