pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk If xpkgwedge is installed, then _always_ add it to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/774c72c04f8a
branches:  trunk
changeset: 465808:774c72c04f8a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jan 06 09:24:14 2004 +0000

description:
If xpkgwedge is installed, then _always_ add it to BUILD_DEPENDS.  Also
comment the section that sets the PREFIX.

diffstat:

 mk/bsd.pkg.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 32ba3685497f -r 774c72c04f8a mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Jan 06 09:18:21 2004 +0000
+++ b/mk/bsd.pkg.mk     Tue Jan 06 09:24:14 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1334 2004/01/05 07:15:39 grant Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1335 2004/01/06 09:24:14 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -174,11 +174,12 @@
 #
 .if exists(${LOCALBASE}/lib/X11/config/xpkgwedge.def) ||               \
     exists(${X11BASE}/lib/X11/config/xpkgwedge.def)
-_OPSYS_NEEDS_XPKGWEDGE?=       yes
+_OPSYS_NEEDS_XPKGWEDGE=                yes
 .else
 _OPSYS_NEEDS_XPKGWEDGE?=       no
 .endif
 
+# Set the PREFIX appropriately.
 .if ${PKG_INSTALLATION_TYPE} == "overwrite"
 .  if defined(USE_X11BASE)
 .    if !empty(_OPSYS_NEEDS_XPKGWEDGE:M[yY][eE][sS])



Home | Main Index | Thread Index | Old Index