aboutsummaryrefslogtreecommitdiff
path: root/archivers/minizip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-07 15:35:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-07 15:35:40 +0000
commitaf8d1ef59ecb3fb312e77b125f1f6af12fa058cd (patch)
tree774c4f7611ec5992cbebffa2b18ed52ae753a98d /archivers/minizip
parentbebb0247f71664ce6df4b62aacbbc0669b2ee73b (diff)
downloadports-af8d1ef59ecb3fb312e77b125f1f6af12fa058cd.tar.gz
ports-af8d1ef59ecb3fb312e77b125f1f6af12fa058cd.zip
Convert archivers to USES=zip
Notes
Notes: svn path=/head/; revision=347400
Diffstat (limited to 'archivers/minizip')
-rw-r--r--archivers/minizip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile
index 8436bce8f4a7..17f3d48819a0 100644
--- a/archivers/minizip/Makefile
+++ b/archivers/minizip/Makefile
@@ -14,10 +14,10 @@ COMMENT= Minizip and miniunz programs from Zlib contributions
LICENSE= ZLIB
+USES= zip
PLIST_FILES= bin/minizip bin/miniunz \
man/man1/miniunzip.1.gz man/man1/minizip.1.gz
MAKE_ARGS= CFLAGS="${CPPFLAGS} ${CFLAGS} -include sys/stat.h -include stdint.h"
-USE_ZIP= yes
WRKSRC= ${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
.include <bsd.port.pre.mk>