pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/expat Fix typo. From Aaron J. Grier in PR 33575.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e223650f4fda
branches:  trunk
changeset: 520718:e223650f4fda
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 26 19:13:48 2006 +0000

description:
Fix typo. From Aaron J. Grier in PR 33575.

diffstat:

 textproc/expat/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bb2532f85670 -r e223650f4fda textproc/expat/builtin.mk
--- a/textproc/expat/builtin.mk Thu Oct 26 18:53:49 2006 +0000
+++ b/textproc/expat/builtin.mk Thu Oct 26 19:13:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.11 2006/04/06 06:22:50 reed Exp $
+# $NetBSD: builtin.mk,v 1.12 2006/10/26 19:13:48 wiz Exp $
 
 BUILTIN_PKG:=  expat
 
@@ -14,7 +14,7 @@
 .if !defined(IS_BUILTIN.expat)
 IS_BUILTIN.expat=      no
 .  if empty(H_EXPAT:M__nonexistent__)
-.    if !empty(H_EXPAT:M${X11BASE}/)
+.    if !empty(H_EXPAT:M${X11BASE}/*)
 BUILTIN_IMAKE_CHECK:=  expat:BuildExpatLibrary
 .      include "../../mk/buildlink3/imake-check.mk"
 IS_BUILTIN.expat=      ${BUILTIN_IMAKE_CHECK.expat}



Home | Main Index | Thread Index | Old Index