pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Per discussion on tech-pkg, use USE_X11 (not USE_IM...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7f5d395371d
branches: trunk
changeset: 492286:f7f5d395371d
user: tv <tv%pkgsrc.org@localhost>
date: Fri Apr 08 20:11:53 2005 +0000
description:
Per discussion on tech-pkg, use USE_X11 (not USE_IMAKE) to add X11BASE/bin;
and put LOCALBASE/bin later in the variable (so it shows up *earlier* in
the resultant $PATH).
diffstat:
mk/bsd.prefs.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8f2438a323b9 -r f7f5d395371d mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Fri Apr 08 19:05:58 2005 +0000
+++ b/mk/bsd.prefs.mk Fri Apr 08 20:11:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.183 2005/03/24 17:46:00 tv Exp $
+# $NetBSD: bsd.prefs.mk,v 1.184 2005/04/08 20:11:53 tv Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -551,7 +551,7 @@
PKG_OPTIONS?= # empty
# we want this *before* compiler.mk, so that compiler.mk paths override them
-PREPEND_PATH+= ${LOCALBASE}/bin ${USE_IMAKE:D${X11BASE}/bin}
+PREPEND_PATH+= ${USE_X11:D${X11BASE}/bin} ${LOCALBASE}/bin
# Wrapper framework definitions
.include "${PKGSRCDIR}/mk/wrapper/wrapper-defs.mk"
Home |
Main Index |
Thread Index |
Old Index