diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | d894e365fe83a695850869cd43b9ff91d9c2323a (patch) | |
tree | 7a18870cedbd144cff76a826ef41b266e5dc5835 /java | |
parent | Reset inactive maintainer. (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=91368
Diffstat (limited to 'java')
-rw-r--r-- | java/openjit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile index 97a6923a447d..234615eb3fe1 100644 --- a/java/openjit/Makefile +++ b/java/openjit/Makefile @@ -29,6 +29,12 @@ JAVADIR= ${LOCALBASE}/jdk1.1.8 JAVALIBDIR= ${PREFIX}/lib/OpenJIT DOCDIR= ${PREFIX}/share/OpenJIT +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-configure: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/INSTALL @@ -44,4 +50,4 @@ post-install: @${ECHO_MSG} "See ${DOCDIR}/README for usage instructions." @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |