diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:47:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:47:46 +0000 |
commit | 7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 (patch) | |
tree | 2b79da66f460b2ce052979250e49c8865277ad58 /java/jlint | |
parent | BROKEN: Conflicting dependencies (linux_base 7.x and 8.x) (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118258
Diffstat (limited to 'java/jlint')
-rw-r--r-- | java/jlint/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jlint/Makefile b/java/jlint/Makefile index 1372d3a5fd5c..d5c1e5fe8ff1 100644 --- a/java/jlint/Makefile +++ b/java/jlint/Makefile @@ -18,6 +18,10 @@ USE_REINPLACE= YES .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/jlint.sh |