diff options
author | xtraeme <xtraeme> | 2004-07-07 11:39:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-07 11:39:30 +0000 |
commit | bc4da8f5fe1b1ab225bbe1f667f084a8fdcd2cf9 (patch) | |
tree | 326926da8541b461750d5f72e20d1b986b843cb2 /textproc/crimson | |
parent | 20a4871b0e619a66977c86a6cbe4f2992eaf69bb (diff) | |
download | pkgsrc-bc4da8f5fe1b1ab225bbe1f667f084a8fdcd2cf9.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/crimson')
-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 |