diff options
author | wiz <wiz> | 2006-07-17 18:07:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-17 18:07:06 +0000 |
commit | 067f80db6bae5fc6218f0b36654a76fb97cbc578 (patch) | |
tree | e306a859e0ddc2759d6d5c9e211a08f27a71700f /mk | |
parent | 25957c477004ff4ed7a78663b31de3a1d7d054dc (diff) | |
download | pkgsrc-067f80db6bae5fc6218f0b36654a76fb97cbc578.tar.gz |
Remove stale comment, noted by bad@ in PR 33871.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 8970633d7f2..287c57a2db6 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.229 2006/07/13 14:02:34 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.230 2006/07/17 18:07:06 wiz Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -405,12 +405,6 @@ X11ROOT_PREFIX?= # empty X11BASE?= ${LOCALBASE}/${X11ROOT_PREFIX} .endif -# Set X11PREFIX to reflect the install directory of X11 packages. -# Set XMKMF_CMD properly if xpkgwedge is installed. -# -# The check for the existence of ${X11BASE}/lib/X11/config/xpkgwedge.def -# is to catch users of xpkgwedge<1.0. -# .if !empty(USE_XPKGWEDGE:M[Yy][Ee][Ss]) X11PREFIX= ${LOCALBASE} .else |