diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-17 19:10:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-17 19:10:22 +0000 |
commit | 4b0e73f572195af8804ea692bc39d6262e8609f2 (patch) | |
tree | 14ae4c2d7f99071a3936e5d47e35dbdc1761c3c6 /x11/xextproto | |
parent | 317bb7f50326b841b945ffa2431020c9a21428aa (diff) | |
download | pkgsrc-4b0e73f572195af8804ea692bc39d6262e8609f2.tar.gz |
Fix another typo. Thanks to wiz and all blame to me.
Diffstat (limited to 'x11/xextproto')
-rw-r--r-- | x11/xextproto/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xextproto/builtin.mk b/x11/xextproto/builtin.mk index 3389493274f..ce395c4d5c7 100644 --- a/x11/xextproto/builtin.mk +++ b/x11/xextproto/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.3 2006/12/16 01:04:43 joerg Exp $ +# $NetBSD: builtin.mk,v 1.4 2006/12/17 19:10:22 joerg Exp $ BUILTIN_PKG:= xextproto @@ -14,7 +14,7 @@ BUILTIN_FIND_FILES.H_XEXTPROTO= \ ### .if ${X11BASE} == ${LOCALBASE} IS_BUILTIN.xextproto= no -.elif !defined(IS_BUILTIN.xproto) +.elif !defined(IS_BUILTIN.xextproto) IS_BUILTIN.xextproto= no # # Here, we skip checking whether the files are under ${LOCALBASE} since |