diff options
Diffstat (limited to 'lang/classpath')
-rw-r--r-- | lang/classpath/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/classpath/Makefile.common b/lang/classpath/Makefile.common index 6e14032cac1..53f8b72d7b3 100644 --- a/lang/classpath/Makefile.common +++ b/lang/classpath/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2007/05/19 14:07:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2008/03/13 22:58:17 joerg Exp $ DISTNAME= classpath-0.93 CATEGORIES= devel @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/classpath/ COMMENT= Class libraries for Java VM +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= jikes>=1.18:../../lang/jikes DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo |