diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-13 00:05:36 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-13 00:05:36 +0000 |
commit | 678a329d47158af31abaa60f68d212deadb1a896 (patch) | |
tree | a5e3f7d8719324516e28e916cfae77904821f147 | |
parent | Clean things up by using the new knob for OpenSSL usage. (diff) |
Mark it as BORKEN in 3-stable.
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=25723
-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 |