Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 20:16:36 +0900
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        znerd@FreeBSD.ORG
Cc:        java@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: bsd.java.mk is here!
Message-ID:  <20020329111637835.RDL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>
In-Reply-To: <200203281130.MAA29406@smtp.hccnet.nl>
References:  <200203281130.MAA29406@smtp.hccnet.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329111637835.RDL.32433.t-mta7.odn.ne.jp>