diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-05-21 14:00:51 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-05-21 14:00:51 +0000 |
commit | 1a4b2e0c37508cc1e854a90e39733e139e0cff12 (patch) | |
tree | 5720442453081495c8797a74c5593eb870e4b66d | |
parent | 1f247933fc2d4e68787042b153a348b05e2f8dfa (diff) | |
download | pkgsrc-1a4b2e0c37508cc1e854a90e39733e139e0cff12.tar.gz |
Any JDK will do, so USE_JAVA rather than depend on sun-jre.
-rw-r--r-- | lang/jasmin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index d40f041b429..786f3d6c041 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/05/21 13:59:55 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/21 14:00:51 jschauma Exp $ # DISTNAME= jasmin-1.06 @@ -9,8 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cat.nyu.edu/meyer/jasmin/ COMMENT= Java "assembler" interface -DEPENDS= sun-jre>=1.3.1.0.1:../../lang/sun-jre13 - +USE_JAVA= yes WRKSRC= ${WRKDIR}/jasmin NO_BUILD= yes |