summaryrefslogtreecommitdiff
path: root/x11/xextproto
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-15 20:43:00 +0000
committerjoerg <joerg>2006-12-15 20:43:00 +0000
commitec9ffdbeb00f364d0cb8df9404f2348b6882065c (patch)
treeb5d464e045b1dec7ab4ea029da792f7c85cf797b /x11/xextproto
parent1f038fcb947c679671c04dd2601f0809361decaa (diff)
downloadpkgsrc-ec9ffdbeb00f364d0cb8df9404f2348b6882065c.tar.gz
Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.
Diffstat (limited to 'x11/xextproto')
-rw-r--r--x11/xextproto/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xextproto/builtin.mk b/x11/xextproto/builtin.mk
index 4a384924dd5..9386fa105b2 100644
--- a/x11/xextproto/builtin.mk
+++ b/x11/xextproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $
+# $NetBSD: builtin.mk,v 1.2 2006/12/15 20:43:01 joerg Exp $
BUILTIN_PKG:= xextproto
@@ -12,7 +12,7 @@ BUILTIN_FIND_FILES.H_XEXTPROTO= \
### Determine if there is a built-in implementation of the package and
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
-.if !defined(IS_BUILTIN.xextproto)
+.if !defined(IS_BUILTIN.xextproto) || ${X11BASE} == ${LOCALBASE}
IS_BUILTIN.xextproto= no
#
# Here, we skip checking whether the files are under ${LOCALBASE} since