diff options
author | obache <obache@pkgsrc.org> | 2013-11-23 09:10:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-11-23 09:10:14 +0000 |
commit | 118926210d2669efc979be7523bb8a8c4d9bdeac (patch) | |
tree | f47d0d9ef917ac947f89504f318923da729155e4 /mk/db1.builtin.mk | |
parent | f6cafd6051d2431f87b65eeb240fbb839f609c76 (diff) | |
download | pkgsrc-118926210d2669efc979be7523bb8a8c4d9bdeac.tar.gz |
Use find-headers instead of find-files to detect builtin header files.
Diffstat (limited to 'mk/db1.builtin.mk')
-rw-r--r-- | mk/db1.builtin.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/db1.builtin.mk b/mk/db1.builtin.mk index 0f3072b8bef..1aae17f498f 100644 --- a/mk/db1.builtin.mk +++ b/mk/db1.builtin.mk @@ -1,10 +1,10 @@ -# $NetBSD: db1.builtin.mk,v 1.22 2012/02/05 12:16:56 obache Exp $ +# $NetBSD: db1.builtin.mk,v 1.23 2013/11/23 09:10:14 obache Exp $ BUILTIN_PKG:= db1 BUILTIN_FIND_LIBS:= db1 db -BUILTIN_FIND_FILES_VAR:= H_DB -BUILTIN_FIND_FILES.H_DB= /usr/include/db1/db.h /usr/include/db.h +BUILTIN_FIND_HEADERS_VAR:= H_DB +BUILTIN_FIND_HEADERS.H_DB= db1/db.h db.h # # The builtin Berkeley database library must support hash version 2 or # else it doesn't support db-1.85 databases. |