aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmsbackup
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmsbackup')
-rw-r--r--emulators/vmsbackup/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile
index 2cbcff83b093..80b946cb1b3f 100644
--- a/emulators/vmsbackup/Makefile
+++ b/emulators/vmsbackup/Makefile
@@ -36,4 +36,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vmsbackup ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>