Date: Fri, 29 Mar 2002 12:22:57 +0100 From: Ernst de Haan <znerd@FreeBSD.org> To: Kimura Fuyuki <fuyuki@mj.0038.net> Cc: java@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: bsd.java.mk is here! Message-ID: <200203291124.MAA10302@smtp.hccnet.nl> In-Reply-To: <20020329111637835.RDL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp> References: <200203281130.MAA29406@smtp.hccnet.nl> <20020329111637835.RDL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Kimura-SAN, Thank you very much, just committed the changes. Ernst On Friday 29 March 2002 12:16, Kimura Fuyuki wrote: > > Today bsd.java.mk has finally been added. > > Great, but isn't this a bug ? > > Index: bsd.java.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.java.mk,v > retrieving revision 1.1 > diff -u -r1.1 bsd.java.mk > --- bsd.java.mk 2002/03/28 11:24:43 1.1 > +++ bsd.java.mk 2002/03/29 11:09:43 > @@ -318,11 +318,11 @@ > @${FALSE} > . endif > _DEPEND_JAVA= ${JAVA}:${PORTSDIR}/${JAVA_PORT} > -. if !defined(JAVA_NO_BUILD_DEPENDS) > +. if !defined(NO_BUILD_DEPENDS_JAVA) > BUILD_DEPENDS+= ${_DEPEND_JAVA} > .BEGIN: > . endif > -. if !defined(JAVA_NO_RUN_DEPENDS) > +. if !defined(NO_RUN_DEPENDS_JAVA) > RUN_DEPENDS+= ${_DEPEND_JAVA} > . endif > . endif > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203291124.MAA10302>