aboutsummaryrefslogtreecommitdiff
path: root/emulators
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
parent03baddf58d386944c1b83209cc1868ae5a9b2015 (diff)
downloadports-39db6303dbc0bcec0c02ff537161d10608892611.tar.gz
ports-39db6303dbc0bcec0c02ff537161d10608892611.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/open-vm-tools/Makefile2
-rw-r--r--emulators/vmsbackup/Makefile8
2 files changed, 9 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index c43c4b3f94d4..3d1edbc50d5d 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -78,6 +78,8 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
+.elif ${OSVERSION} >= 900007
+BROKEN= does not compile
.endif
.if ${ARCH} == "sparc64"
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>