diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-07 19:12:48 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-07 19:12:48 +0000 |
| commit | b33570335e21728b031fe0b18dd61962fd1eb707 (patch) | |
| tree | 5f4ee124243eff02ac7c6463435e1aa3bce7788d | |
| parent | - Update to 1.33 (diff) | |
- Mark BROKEN on 8-CURRENT
Reported by: pointyhat
| -rw-r--r-- | devel/dsss/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/dsss/Makefile b/devel/dsss/Makefile index c94313bfdf65..1822f1ef0451 100644 --- a/devel/dsss/Makefile +++ b/devel/dsss/Makefile @@ -25,6 +25,12 @@ PORTDOCS= * MAN1= dsss.1 rebuild.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile on 8-CURRENT +.endif + post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' \ ${WRKSRC}/dsss.conf @@ -37,4 +43,4 @@ post-patch: ${WRKSRC}/rebuild/Makefile .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |
