pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/crimson Set USE_JAVA2, so we can use sun-jre*...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/602260deaf55
branches:  trunk
changeset: 477701:602260deaf55
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jul 07 11:39:30 2004 +0000

description:
Set USE_JAVA2, so we can use sun-jre* packages, USE_BUILDLINK3 must be
set to [Yy][Ee][Ss].

diffstat:

 textproc/crimson/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r cc2356d1222b -r 602260deaf55 textproc/crimson/Makefile
--- a/textproc/crimson/Makefile Wed Jul 07 11:39:27 2004 +0000
+++ b/textproc/crimson/Makefile Wed Jul 07 11:39:30 2004 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 USE_JAVA=      run
-USE_BUILDLINK3=        # defined
+USE_JAVA2=     yes
+USE_BUILDLINK3=        yes
 NO_CONFIGURE=  # defined
 NO_BUILD=      # defined
 



Home | Main Index | Thread Index | Old Index