diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 05:50:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 05:50:01 +0800 |
commit | b334317f4c0d194fe3f74ca1d110667f70d6ea8b (patch) | |
tree | 1c92823df26ffbc4675b30f7c3fd59319e65efdc /sysutils | |
parent | a8eb4b90a717e90f3143081d8a4d369fcae0c024 (diff) | |
download | freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.gz freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.zst freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'sysutils')
-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> |