diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:50:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:50:46 +0000 |
commit | e5a65eeff9960512e5b51028be60d3b15e77e27f (patch) | |
tree | 98f54d9a4a45f1644ec0b9b2755ab7f792dcd2fb /java/janosvm | |
parent | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (diff) | |
download | ports-e5a65eeff9960512e5b51028be60d3b15e77e27f.tar.gz ports-e5a65eeff9960512e5b51028be60d3b15e77e27f.zip |
BROKEN on 5.1: fails to link
Notes
Notes:
svn path=/head/; revision=81220
Diffstat (limited to 'java/janosvm')
-rw-r--r-- | java/janosvm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/janosvm/Makefile b/java/janosvm/Makefile index 1fda9cbd0914..ee772637e68c 100644 --- a/java/janosvm/Makefile +++ b/java/janosvm/Makefile @@ -15,6 +15,12 @@ MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/ MAINTAINER= znerd@FreeBSD.org COMMENT= A virtual machine for executing Java bytecodes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Fails to link" +.endif + USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x @@ -30,4 +36,4 @@ post-install: ${CP} -R ${WRKSRC}/doc ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |