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/bicom | |
parent | bebb0247f71664ce6df4b62aacbbc0669b2ee73b (diff) |
Convert archivers to USES=zip
Notes
Notes:
svn path=/head/; revision=347400
Diffstat (limited to 'archivers/bicom')
-rw-r--r-- | archivers/bicom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index 8ba3950caa90..d6dae4671bdb 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -13,7 +13,7 @@ COMMENT= Data compressor in the PPM family RESTRICTED= Contact author personally regarding commercial use -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes MAKEFILE= ${FILESDIR}/Makefile |