aboutsummaryrefslogtreecommitdiff
path: root/archivers/libzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r--archivers/libzip/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile
index 13084ab4ee7a..d0b20766e379 100644
--- a/archivers/libzip/Makefile
+++ b/archivers/libzip/Makefile
@@ -2,18 +2,17 @@
# $FreeBSD$
PORTNAME= libzip
-PORTVERSION= 0.11.1
+PORTVERSION= 0.11.2
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
MAINTAINER= makc@FreeBSD.org
COMMENT= C library for reading, creating, and modifying ZIP archives
-USE_XZ= yes
GNU_CONFIGURE= yes
MAKE_ENV= LC_ALL="C"
-USE_AUTOTOOLS= libtool
-USES= pathfix
+USES= pathfix tar:xz
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>