diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-22 14:58:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-22 14:58:00 +0000 |
commit | 45403bf1d5aaee1b59c32bd3b4d62d82db0c65e8 (patch) | |
tree | bd460fae8307bcd4201535522faeee3637f99b81 /lang/sablevm | |
parent | a555ade35263aebdaa7989313027486980b680e8 (diff) | |
download | pkgsrc-45403bf1d5aaee1b59c32bd3b4d62d82db0c65e8.tar.gz |
Depend on current pkgsrc version of sablevm-classpath; bump PKGREVISION.
Diffstat (limited to 'lang/sablevm')
-rw-r--r-- | lang/sablevm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile index 47609005c45..63be046bd5c 100644 --- a/lang/sablevm/Makefile +++ b/lang/sablevm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/08/20 19:16:23 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/22 14:58:00 wiz Exp $ # DISTNAME= sablevm-1.1.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sablevm/} \ http://devel.sablevm.org/download/1.1.3/ @@ -12,7 +12,7 @@ HOMEPAGE= http://www.sablevm.org/ COMMENT= SableVM free Java virtual machine DEPENDS+= unzip>=5.50:../../archivers/unzip -DEPENDS+= sablevm-classpath-1.1.3nb2:../../lang/sablevm-classpath +DEPENDS+= sablevm-classpath-1.1.3nb3:../../lang/sablevm-classpath GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${JAVA_HOME} |