diff options
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 0a53db2ed00a..4e040e36bbdf 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 1.2.53 +PORTVERSION= 1.3.1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ @@ -22,7 +22,7 @@ PLIST_FILES= bin/bsdtar \ lib/libarchive.a \ lib/libarchive.la \ lib/libarchive.so \ - lib/libarchive.so.3 + lib/libarchive.so.4 MANCOMPRESSED= no MAN1= bsdtar.1 |