diff options
author | obache <obache> | 2013-11-23 12:36:34 +0000 |
---|---|---|
committer | obache <obache> | 2013-11-23 12:36:34 +0000 |
commit | ed2b77f3b1c958ddaac69eddfc8b0f6076c1136d (patch) | |
tree | 8e7172cdac8fb43db5c09490ca1d23c06f032b88 /textproc | |
parent | 0cf9e3f5114398453b6bff312463c45eb50ed850 (diff) | |
download | pkgsrc-ed2b77f3b1c958ddaac69eddfc8b0f6076c1136d.tar.gz |
Use find-headers instead of find-files to detect builtin header files.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/builtin.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/expat/builtin.mk b/textproc/expat/builtin.mk index ec97b741d9d..2c52d80bfb5 100644 --- a/textproc/expat/builtin.mk +++ b/textproc/expat/builtin.mk @@ -1,11 +1,9 @@ -# $NetBSD: builtin.mk,v 1.16 2012/03/19 12:34:20 joerg Exp $ +# $NetBSD: builtin.mk,v 1.17 2013/11/23 12:36:34 obache Exp $ BUILTIN_PKG:= expat -BUILTIN_FIND_FILES_VAR:= H_EXPAT -BUILTIN_FIND_FILES.H_EXPAT= ${X11BASE}/include/expat.h \ - /usr/include/expat.h \ - /boot/common/include/expat.h +BUILTIN_FIND_HEADERS_VAR:= H_EXPAT +BUILTIN_FIND_HEADERS.H_EXPAT= expat.h .include "../../mk/buildlink3/bsd.builtin.mk" |