diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-28 01:39:42 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-28 01:39:42 +0800 |
commit | b4f916a6911dc9e808b4367a2ed74053a1c0583c (patch) | |
tree | 1c4d575b0232b37eefeb5b53a485c1748b16c0dd /sysutils | |
parent | fa33b838f2287fd718ec95654b32dbf0503c6a91 (diff) | |
download | freebsd-ports-gnome-b4f916a6911dc9e808b4367a2ed74053a1c0583c.tar.gz freebsd-ports-gnome-b4f916a6911dc9e808b4367a2ed74053a1c0583c.tar.zst freebsd-ports-gnome-b4f916a6911dc9e808b4367a2ed74053a1c0583c.zip |
Grr, damned xterm copy/paste linebreaks
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmlmmon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile index dd4b0e59173d..6fdcda64b468 100644 --- a/sysutils/wmlmmon/Makefile +++ b/sysutils/wmlmmon/Makefile @@ -22,8 +22,7 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -BROKEN="This port uses the intpm controller which is only available in FreeBSD 4 -.0+" +BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+" .endif .include <bsd.port.post.mk> |