summaryrefslogtreecommitdiff
path: root/x11/xcursor
diff options
context:
space:
mode:
authorrxg <rxg@pkgsrc.org>2005-12-04 01:46:45 +0000
committerrxg <rxg@pkgsrc.org>2005-12-04 01:46:45 +0000
commit4f4d4a75d4cb3cc81c0be2e7ea3f182e93f94080 (patch)
treefa9573a5265920683fe90db8a76b4ed2f8a79674 /x11/xcursor
parent8ee73fae68d7527e4f948b1ae7ab3cde73a5a6a7 (diff)
downloadpkgsrc-4f4d4a75d4cb3cc81c0be2e7ea3f182e93f94080.tar.gz
Fix typo. To avoid IS_BUILTIN.xcursor always be "no".
Diffstat (limited to 'x11/xcursor')
-rw-r--r--x11/xcursor/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcursor/builtin.mk b/x11/xcursor/builtin.mk
index 8647e24523d..d10ae5b057b 100644
--- a/x11/xcursor/builtin.mk
+++ b/x11/xcursor/builtin.mk
@@ -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 @@ IS_BUILTIN.xcursor= no
. 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