pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/Xcomposite typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bd36f6ed72e
branches:  trunk
changeset: 481590:4bd36f6ed72e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Oct 08 04:01:49 2004 +0000

description:
typo

diffstat:

 x11/Xcomposite/builtin.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 744810ae781d -r 4bd36f6ed72e x11/Xcomposite/builtin.mk
--- a/x11/Xcomposite/builtin.mk Fri Oct 08 04:00:37 2004 +0000
+++ b/x11/Xcomposite/builtin.mk Fri Oct 08 04:01:49 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: builtin.mk,v 1.1 2004/10/08 03:59:36 xtraeme Exp $
+# $NetBSD: builtin.mk,v 1.2 2004/10/08 04:01:49 xtraeme Exp $
 
-_COMPOSITE_H=  ${X11BASE}/include/X11/extensions/xcomposite.h
+_XCOMPOSITE_H= ${X11BASE}/include/X11/extensions/xcomposite.h
 
 .if !defined(IS_BUILTIN.Xcomposite)
 IS_BUILTIN.Xcomposite=     no
-.  if exists(${_COMPOSITE_H})
+.  if exists(${_XCOMPOSITE_H})
 IS_BUILTIN.Xcomposite=     yes
 .  endif
 .endif  # IS_BUILTIN.Xcomposite



Home | Main Index | Thread Index | Old Index