diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:31:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:31:26 +0000 |
commit | 5502345c77bef5e102ae1b7a0e298610cc2ebae1 (patch) | |
tree | 8ef367bb9551cd8a760094ce7e5a21b7f5982840 /palm | |
parent | 89113433b7f4d019e19b3fc90296102d9217f756 (diff) | |
download | ports-5502345c77bef5e102ae1b7a0e298610cc2ebae1.tar.gz ports-5502345c77bef5e102ae1b7a0e298610cc2ebae1.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index d8d26d504825..8b6e2f518525 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -65,8 +65,8 @@ MAN7= fsf-funding.7 gfdl.7 gpl.7 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700000 -BROKEN= "Does not build on -CURRENT" +.if ${OSVERSION} >= 600034 +BROKEN= "Does not build on FreeBSD >= 6.0" .endif .if ${PERL_LEVEL} < 500600 |