diff options
author | obache <obache> | 2013-11-23 10:51:09 +0000 |
---|---|---|
committer | obache <obache> | 2013-11-23 10:51:09 +0000 |
commit | 3658997248aafdc156299198d7a046182f29c072 (patch) | |
tree | 32a9b36913ec67cea5c7a3449e23f6113fe05e99 /devel/libgetopt | |
parent | 0ea62fe5d9002a217b624edde64407b8f88d3034 (diff) | |
download | pkgsrc-3658997248aafdc156299198d7a046182f29c072.tar.gz |
Use find-headers instead of find-files to detect builtin header files.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r-- | devel/libgetopt/builtin.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgetopt/builtin.mk b/devel/libgetopt/builtin.mk index daa285eb9ba..91146005443 100644 --- a/devel/libgetopt/builtin.mk +++ b/devel/libgetopt/builtin.mk @@ -1,9 +1,9 @@ -# $NetBSD: builtin.mk,v 1.6 2006/04/06 06:21:51 reed Exp $ +# $NetBSD: builtin.mk,v 1.7 2013/11/23 11:29:35 obache Exp $ BUILTIN_PKG:= getopt -BUILTIN_FIND_FILES_VAR:= H_GETOPT -BUILTIN_FIND_FILES.H_GETOPT= /usr/include/getopt.h +BUILTIN_FIND_HEADERS_VAR:= H_GETOPT +BUILTIN_FIND_HEADERS.H_GETOPT= getopt.h BUILTIN_FIND_GREP.H_GETOPT= int.*getopt_long .include "../../mk/buildlink3/bsd.builtin.mk" |