diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 18:58:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 18:58:20 +0000 |
commit | 39db6303dbc0bcec0c02ff537161d10608892611 (patch) | |
tree | c91161debad9718668b255ddeaef2a9eec74ac07 /emulators/vmsbackup | |
parent | 03baddf58d386944c1b83209cc1868ae5a9b2015 (diff) |
Mark BROKEN on 9.x: does not build
Notes
Notes:
svn path=/head/; revision=252878
Diffstat (limited to 'emulators/vmsbackup')
-rw-r--r-- | emulators/vmsbackup/Makefile | 8 |
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> |