diff options
author | obache <obache> | 2013-11-23 12:36:34 +0000 |
---|---|---|
committer | obache <obache> | 2013-11-23 12:36:34 +0000 |
commit | 7ba5bad7fbeaf30b46a9eb7fc337d519441edae8 (patch) | |
tree | 8e7172cdac8fb43db5c09490ca1d23c06f032b88 /textproc | |
parent | 6f17cafba39ad7d38e4c60a8b71524e6283f2024 (diff) | |
download | pkgsrc-7ba5bad7fbeaf30b46a9eb7fc337d519441edae8.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" |