summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-06-13 16:24:13 +0000
committerjperkin <jperkin@pkgsrc.org>2013-06-13 16:24:13 +0000
commiteb4db3b122682ccde5c89744a4e40849e05c3876 (patch)
tree9c401d0df454fda64d44742b6ccbefdff5db5e40 /archivers/libarchive
parent3b5e6511bd1832433bb4210dd98c515e24767c02 (diff)
downloadpkgsrc-eb4db3b122682ccde5c89744a4e40849e05c3876.tar.gz
Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC. Bump PKGREVISION.
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index ddf63bbd910..55ae76d3d85 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2012/09/11 19:46:56 asau Exp $
+# $NetBSD: Makefile,v 1.37 2013/06/13 16:24:13 jperkin Exp $
#
DISTNAME= libarchive-2.8.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-bsdtar --without-expat --without-xml2 \
- --disable-bsdcpio
+ --disable-bsdcpio --without-openssl
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}