diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:35:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:35:40 +0800 |
commit | f21666e6bd67079c354e81ee34013352ebe0bc65 (patch) | |
tree | 774c4f7611ec5992cbebffa2b18ed52ae753a98d /archivers/jzlib/Makefile | |
parent | c62a2b8db27d453f5f52f471a01bebd05354f441 (diff) | |
download | freebsd-ports-gnome-f21666e6bd67079c354e81ee34013352ebe0bc65.tar.gz freebsd-ports-gnome-f21666e6bd67079c354e81ee34013352ebe0bc65.tar.zst freebsd-ports-gnome-f21666e6bd67079c354e81ee34013352ebe0bc65.zip |
Convert archivers to USES=zip
Diffstat (limited to 'archivers/jzlib/Makefile')
-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+ |