aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmsbackup
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-18 18:58:20 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-18 18:58:20 +0000
commit39db6303dbc0bcec0c02ff537161d10608892611 (patch)
treec91161debad9718668b255ddeaef2a9eec74ac07 /emulators/vmsbackup
parent03baddf58d386944c1b83209cc1868ae5a9b2015 (diff)
downloadports-39db6303dbc0bcec0c02ff537161d10608892611.tar.gz
ports-39db6303dbc0bcec0c02ff537161d10608892611.zip
Notes
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>