diff options
author | makc <makc@FreeBSD.org> | 2015-08-28 18:47:43 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-08-28 18:47:43 +0800 |
commit | 89f3f81d1847131f387cd9039fdd4c7806522dd8 (patch) | |
tree | 86d42f7516b279d9deb66fd978fecf0c96115940 /archivers/libzip/Makefile | |
parent | 112d0414c0fdb093a8ebb8d7070408a099993b71 (diff) | |
download | freebsd-ports-gnome-89f3f81d1847131f387cd9039fdd4c7806522dd8.tar.gz freebsd-ports-gnome-89f3f81d1847131f387cd9039fdd4c7806522dd8.tar.zst freebsd-ports-gnome-89f3f81d1847131f387cd9039fdd4c7806522dd8.zip |
archivers/libzip:
- Update to 1.0.1
- Remove obsolete patches
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r-- | archivers/libzip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index e0f092292e3a..b66dfa1f3e90 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libzip -PORTVERSION= 0.11.2 -PORTREVISION= 2 +PORTVERSION= 1.0.1 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ @@ -14,7 +13,8 @@ CPE_VENDOR= nih GNU_CONFIGURE= yes MAKE_ENV= LC_ALL="C" -USES= cpe libtool pathfix tar:xz +USES= cpe libtool pathfix perl5 tar:xz +USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip |