summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-23 14:37:10 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-23 14:37:10 +0000
commit279f4d312b1a04688ce4369269421d55dec99122 (patch)
treea53d08ff806837003e5a4b3cbdad4e45f35bf110 /pkgtools/pkg_install
parentaa4919a6e7e26c53a92face6d13fff77855b8c97 (diff)
downloadpkgsrc-279f4d312b1a04688ce4369269421d55dec99122.tar.gz
Requires libarchive 2.5.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 66db3dd6a8c..cb33762de94 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2008/04/08 11:50:46 joerg Exp $
+# $NetBSD: Makefile,v 1.152 2008/04/23 14:37:10 joerg Exp $
# Notes to package maintainers:
#
@@ -93,6 +93,9 @@ SUBST_MESSAGE.paths= Fixing paths in scripts.
SUBST_FILES.paths= audit-packages/Makefile.in
SUBST_SED.paths= -e 's,_gzcat_,${GZCAT},g'
+# linkresolver interface appeared in libarchive 2.5.
+BUILDLINK_API_DEPENDS.libarchive+= libarchive>=2.5
+
.include "../../archivers/bzip2/builtin.mk"
.include "../../archivers/libarchive/builtin.mk"
.include "../../devel/zlib/builtin.mk"