diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:35:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:35:40 +0000 |
commit | af8d1ef59ecb3fb312e77b125f1f6af12fa058cd (patch) | |
tree | 774c4f7611ec5992cbebffa2b18ed52ae753a98d /archivers/jzlib | |
parent | bebb0247f71664ce6df4b62aacbbc0669b2ee73b (diff) |
Notes
Diffstat (limited to 'archivers/jzlib')
-rw-r--r-- | archivers/jzlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/jzlib/Makefile b/archivers/jzlib/Makefile index 50ac8cc58596..15ee33f4c0bb 100644 --- a/archivers/jzlib/Makefile +++ b/archivers/jzlib/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.jcraft.com/jzlib/ MAINTAINER= danilo@FreeBSD.org COMMENT= Reimplementation of zlib in pure Java -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ |