diff options
author | joerg <joerg> | 2006-12-17 19:10:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-17 19:10:22 +0000 |
commit | 612e7fe3b2071576e0ef7a807996b1da8d797cf9 (patch) | |
tree | 14ae4c2d7f99071a3936e5d47e35dbdc1761c3c6 /x11/xextproto | |
parent | a6d22aa20d8726d14de12a7c09c63316e649037b (diff) | |
download | pkgsrc-612e7fe3b2071576e0ef7a807996b1da8d797cf9.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 |