diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 17:38:51 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 17:38:51 +0000 |
commit | c16e084bdaba87c3a9f1269623bc523abde164a0 (patch) | |
tree | 717c287a384b549f190cec48b9f6ace5e25c1a5d /sysutils/wmlmmon | |
parent | 66416c5e2d8d64a2c7afa2d3434818670182e35f (diff) | |
download | ports-c16e084bdaba87c3a9f1269623bc523abde164a0.tar.gz ports-c16e084bdaba87c3a9f1269623bc523abde164a0.zip |
Make a warning into a BROKEN for < 400000 and move it out of pre-fetch
Notes
Notes:
svn path=/head/; revision=22016
Diffstat (limited to 'sysutils/wmlmmon')
-rw-r--r-- | sysutils/wmlmmon/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile index 272f346f42e9..dd4b0e59173d 100644 --- a/sysutils/wmlmmon/Makefile +++ b/sysutils/wmlmmon/Makefile @@ -22,11 +22,8 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -pre-fetch: - @${ECHO} - @${ECHO} "This port uses the intpm controller which" - @${ECHO} "is only available in FreeBSD 4.0-CURRENT." - @${ECHO} +BROKEN="This port uses the intpm controller which is only available in FreeBSD 4 +.0+" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |