diff options
author | imura <imura@FreeBSD.org> | 2000-02-13 08:05:36 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-13 08:05:36 +0800 |
commit | 0ba56b360496c988063932badd95c3e4eb9bf773 (patch) | |
tree | 71cb767d4dfc3f97db901032e08db2d5a5762e1b /sysutils | |
parent | 9d712e0c680431bba3713d859cfa43d50b4eb8f5 (diff) | |
download | freebsd-ports-gnome-0ba56b360496c988063932badd95c3e4eb9bf773.tar.gz freebsd-ports-gnome-0ba56b360496c988063932badd95c3e4eb9bf773.tar.zst freebsd-ports-gnome-0ba56b360496c988063932badd95c3e4eb9bf773.zip |
Mark it as BORKEN in 3-stable.
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmmon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/wmmon/Makefile b/sysutils/wmmon/Makefile index 88f54820f4dc..7ef4e479898a 100644 --- a/sysutils/wmmon/Makefile +++ b/sysutils/wmmon/Makefile @@ -24,6 +24,10 @@ WRKSRC= ${WRKDIR}/wmmon.app/wmmon .include <bsd.port.pre.mk> +.if $(OSVERSION) < 400000 +BROKEN= 'cannot compile with 3-stable' +.endif + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/doc/wmmon |