diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 20:11:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 20:11:54 +0000 |
commit | d60178bc47c3a0cb158e838f3943e745e3c9fdc3 (patch) | |
tree | 7a8f63910a5cdbeea93017a1d660d9ab5b0e1bf9 /archivers/libarchive | |
parent | f3c5f1b571104d1f3028db44cb477ca72dca042f (diff) |
Notes
Diffstat (limited to 'archivers/libarchive')
-rw-r--r-- | archivers/libarchive/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 24cab19fe035..61e8eff4a96f 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -2,7 +2,7 @@ PORTNAME= libarchive PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -17,7 +17,7 @@ LIBXML2_DESC= Support writing xar via libxml2 LZO_DESC= Support lzo compression via liblzo2 NETTLE_DESC= Use Nettle instead of OpenSSL -USES= pathfix +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PATCH_STRIP= -p1 @@ -29,9 +29,9 @@ PLIST_FILES= bin/bsdcpio \ include/archive.h \ include/archive_entry.h \ lib/libarchive.a \ - lib/libarchive.la \ lib/libarchive.so \ - lib/libarchive.so.14 \ + lib/libarchive.so.13 \ + lib/libarchive.so.13.1.2 \ libdata/pkgconfig/libarchive.pc \ man/man1/bsdcpio.1.gz \ man/man1/bsdtar.1.gz \ |