pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk This file needs bsd.prefs.mk, since the variable WR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/337ce736d58f
branches:  trunk
changeset: 512900:337ce736d58f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 16 21:25:38 2006 +0000

description:
This file needs bsd.prefs.mk, since the variable WRKDIR is used in a
dependency line, which gets resolved during load time.

diffstat:

 mk/java-env.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a38acec80225 -r 337ce736d58f mk/java-env.mk
--- a/mk/java-env.mk    Tue May 16 21:22:55 2006 +0000
+++ b/mk/java-env.mk    Tue May 16 21:25:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-env.mk,v 1.7 2005/12/29 06:22:26 jlam Exp $
+# $NetBSD: java-env.mk,v 1.8 2006/05/16 21:25:38 rillig Exp $
 #
 # This Makefile fragment handles Java wrappers and is meant to be included
 # by packages that provide a Java build-time and/or run-time environment.
@@ -35,6 +35,8 @@
 JAVA_UNLIMIT?=         # empty
 JAVA_WRAPPERS?=                # empty
 
+.include "../../mk/bsd.prefs.mk"
+
 .if !empty(JAVA_WRAPPERS)
 INSTALLATION_DIRS+=    bin
 



Home | Main Index | Thread Index | Old Index