diff options
author | tv <tv@pkgsrc.org> | 2005-04-08 20:11:53 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-08 20:11:53 +0000 |
commit | b84f322557c275ad8d55ed3f1e4f0e29f034b1ba (patch) | |
tree | 54b015b41a408aab8613f545720c96511e2b6079 /mk/bsd.prefs.mk | |
parent | 516aa86e92e5db6d3166a825074c3acbfb26c8f9 (diff) | |
download | pkgsrc-b84f322557c275ad8d55ed3f1e4f0e29f034b1ba.tar.gz |
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 (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index ffef373cd2c..b6f59163e87 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -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_DEFAULT_OPTIONS?= # empty 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" |