pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xcursor Fix typo. To avoid IS_BUILTIN.xcursor alwa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f51ab78bae38
branches: trunk
changeset: 504082:f51ab78bae38
user: rxg <rxg%pkgsrc.org@localhost>
date: Sun Dec 04 01:46:45 2005 +0000
description:
Fix typo. To avoid IS_BUILTIN.xcursor always be "no".
diffstat:
x11/xcursor/builtin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5304b2dd4ec3 -r f51ab78bae38 x11/xcursor/builtin.mk
--- a/x11/xcursor/builtin.mk Sun Dec 04 01:44:30 2005 +0000
+++ b/x11/xcursor/builtin.mk Sun Dec 04 01:46:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.9 2005/06/03 19:12:50 jlam Exp $
+# $NetBSD: builtin.mk,v 1.10 2005/12/04 01:46:45 rxg Exp $
BUILTIN_PKG:= xcursor
@@ -16,7 +16,7 @@
. if exists(${H_XCURSOR})
BUILTIN_IMAKE_CHECK:= xcursor:BuildXcursorLibrary
. include "../../mk/buildlink3/imake-check.mk"
-IS_BUILTIN.Xcursor= ${BUILTIN_IMAKE_CHECK.Xcursor}
+IS_BUILTIN.xcursor= ${BUILTIN_IMAKE_CHECK.xcursor}
. endif
.endif
MAKEVARS+= IS_BUILTIN.xcursor
Home |
Main Index |
Thread Index |
Old Index