diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:07:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:07:10 +0000 |
commit | 7cc1393a93dbf0c01f4a05965abd3194c38fbba0 (patch) | |
tree | 05d55fe113ac6af4c86e1954168aecc025c37b6e /archivers/lzop/Makefile | |
parent | 3f836ec47a6c01bbab7c77664eb14a408cee49b2 (diff) | |
download | ports-7cc1393a93dbf0c01f4a05965abd3194c38fbba0.tar.gz ports-7cc1393a93dbf0c01f4a05965abd3194c38fbba0.zip |
Notes
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r-- | archivers/lzop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 131f4f14b8f4..201b28c7d062 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -11,6 +11,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/ MAINTAINER= ports@FreeBSD.org +COMMENT= Fast file compressor similar to gzip, using the LZO library LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo |