summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/renderproto/builtin.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/renderproto/builtin.mk b/x11/renderproto/builtin.mk
index b3930286947..7d40548c37d 100644
--- a/x11/renderproto/builtin.mk
+++ b/x11/renderproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2006/12/16 01:04:43 joerg Exp $
+# $NetBSD: builtin.mk,v 1.7 2006/12/16 14:07:24 tv Exp $
BUILTIN_PKG:= renderproto
@@ -11,9 +11,7 @@ BUILTIN_FIND_FILES.H_RENDER= ${X11BASE}/include/X11/extensions/render.h
### Determine if there is a built-in implementation of the package and
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
-.if ${X11BASE} == ${LOCALBASE}
-IS_BUILTIN.renderproto= no
-.elif !defined(IS_BUILTIN.xproto)
+.if !defined(IS_BUILTIN.renderproto)
IS_BUILTIN.renderproto= no
#
# Here, we skip checking whether the files are under ${LOCALBASE} since