diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
commit | 6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch) | |
tree | f1935a9c7d2e273cb12176a7c899b46f28cb33dc /sysutils/wmupmon | |
parent | 2524b4b442c015af239e05dcc784fb55e190a219 (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=123771
Diffstat (limited to 'sysutils/wmupmon')
-rw-r--r-- | sysutils/wmupmon/Makefile | 8 |
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> |