aboutsummaryrefslogtreecommitdiff
path: root/sysutils/k8temp
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-18 21:46:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-18 21:46:39 +0000
commit7b64080d4c7da1fc1df3f0b0f7460fdf7ea75366 (patch)
tree45610cbc45b31788c362b3adfb50d382a81d66db /sysutils/k8temp
parent9ab2382fb63a2aecc4d1889dcc51d1f4604cb4d3 (diff)
downloadports-7b64080d4c7da1fc1df3f0b0f7460fdf7ea75366.tar.gz
ports-7b64080d4c7da1fc1df3f0b0f7460fdf7ea75366.zip
Notes
Diffstat (limited to 'sysutils/k8temp')
-rw-r--r--sysutils/k8temp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/k8temp/Makefile b/sysutils/k8temp/Makefile
index 1dcb2e75e2a9..495002f572a4 100644
--- a/sysutils/k8temp/Makefile
+++ b/sysutils/k8temp/Makefile
@@ -23,4 +23,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>