diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-21 13:58:25 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-21 13:58:25 +0000 |
commit | 72a37ced7af76f19a130f9dfa028f0346aa66e35 (patch) | |
tree | ac5db5f3995d884b24482c4c1ca6812eb90c3058 /palm | |
parent | Unbreak this port. Previous commit was incomplete. (diff) |
- Mark the port as BROKEN on -CURRENT.
Notes
Notes:
svn path=/head/; revision=146027
Diffstat (limited to 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 567d6e070e07..d8d26d504825 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -65,6 +65,10 @@ MAN7= fsf-funding.7 gfdl.7 gpl.7 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700000 +BROKEN= "Does not build on -CURRENT" +.endif + .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators .endif |