diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 11:39:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 11:39:30 +0000 |
commit | 907a4e97adb201355eb503374ceb1fcc4546ac82 (patch) | |
tree | 326926da8541b461750d5f72e20d1b986b843cb2 /textproc | |
parent | 7c89a8b8620fe8f44c518e691ac069deb6960d40 (diff) | |
download | pkgsrc-907a4e97adb201355eb503374ceb1fcc4546ac82.tar.gz |
Set USE_JAVA2, so we can use sun-jre* packages, USE_BUILDLINK3 must be
set to [Yy][Ee][Ss].
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/crimson/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index edba4e65af0..0c8095ad22b 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/06/28 11:51:01 abs Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/07 11:39:30 xtraeme Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -15,7 +15,8 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run -USE_BUILDLINK3= # defined +USE_JAVA2= yes +USE_BUILDLINK3= yes NO_CONFIGURE= # defined NO_BUILD= # defined |