diff options
Diffstat (limited to 'x11/fixesproto/builtin.mk')
-rw-r--r-- | x11/fixesproto/builtin.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/fixesproto/builtin.mk b/x11/fixesproto/builtin.mk index 3b746d51f44..cd1705df929 100644 --- a/x11/fixesproto/builtin.mk +++ b/x11/fixesproto/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.4 2006/12/15 20:43:00 joerg Exp $ +# $NetBSD: builtin.mk,v 1.5 2006/12/16 01:04:43 joerg Exp $ BUILTIN_PKG:= fixesproto @@ -14,7 +14,9 @@ BUILTIN_FIND_FILES.H_XFIXESWIRE= \ ### Determine if there is a built-in implementation of the package and ### set IS_BUILTIN.<pkg> appropriately ("yes" or "no"). ### -.if !defined(IS_BUILTIN.fixesproto) || ${X11BASE} == ${LOCALBASE} +.if ${X11BASE} == ${LOCALBASE} +IS_BUILTIN.fixesproto= no +.elif !defined(IS_BUILTIN.fixesproto) IS_BUILTIN.fixesproto= no # # Here, we skip checking whether the files are under ${LOCALBASE} since |