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/zip-ada | |
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/zip-ada')
-rw-r--r-- | archivers/zip-ada/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/zip-ada/Makefile b/archivers/zip-ada/Makefile index 2d47a09e7ace..d5b2fdd54f4c 100644 --- a/archivers/zip-ada/Makefile +++ b/archivers/zip-ada/Makefile @@ -12,9 +12,8 @@ COMMENT= Zip compressed archive file format library written in Ada LICENSE= MIT -USES= ada perl5 dos2unix +USES= ada perl5 dos2unix zip USE_PERL5= build -EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/zip-ada MAKE_ENV+= Build_Mode=Optimize ZTOOLS= zipada comp_zip find_zip rezip bunzip lz |