diff options
author | obache <obache@pkgsrc.org> | 2014-05-22 12:10:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-22 12:10:52 +0000 |
commit | 5e784b3406303a52d6a0e8cb9330704c5ad84a96 (patch) | |
tree | 20bc0cf4e2e2537c83b763e911fbfc974cb62579 /archivers/xz | |
parent | aa260069ba5552fc71d5bfbd1eca1aba983462b7 (diff) | |
download | pkgsrc-5e784b3406303a52d6a0e8cb9330704c5ad84a96.tar.gz |
No need to set BUILDLINK_PREFIX.xz here.
Default value set in mk/bsd.buildlink3.mk should be sufficient.
Moreover, this guess will not works well on Haiku. Its header files are in
"headers", not "include".
Diffstat (limited to 'archivers/xz')
-rw-r--r-- | archivers/xz/builtin.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/xz/builtin.mk b/archivers/xz/builtin.mk index 84c890139d5..1e544bae42a 100644 --- a/archivers/xz/builtin.mk +++ b/archivers/xz/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.3 2013/11/23 10:51:09 obache Exp $ +# $NetBSD: builtin.mk,v 1.4 2014/05/22 12:10:52 obache Exp $ BUILTIN_PKG:= xz @@ -95,7 +95,6 @@ CHECK_BUILTIN.xz?= no .if !empty(CHECK_BUILTIN.xz:M[nN][oO]) . if !empty(USE_BUILTIN.xz:M[yY][eE][sS]) -BUILDLINK_PREFIX.xz= ${H_LZMA:S/\/include\/lzma.h//} BUILDLINK_FILES.xz+= lib/pkgconfig/xz.pc . endif |