aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmupmon
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
commit6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch)
treef1935a9c7d2e273cb12176a7c899b46f28cb33dc /sysutils/wmupmon
parent2524b4b442c015af239e05dcc784fb55e190a219 (diff)
downloadports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.tar.gz
ports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=123771
Diffstat (limited to 'sysutils/wmupmon')
-rw-r--r--sysutils/wmupmon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile
index 0763390a61dc..92a348da0614 100644
--- a/sysutils/wmupmon/Makefile
+++ b/sysutils/wmupmon/Makefile
@@ -23,4 +23,10 @@ CONFIGURE_ARGS= --program-prefix=""
MAN1= wmupmon.1
PLIST_FILES= bin/wmupmon
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>