diff options
author | will <will@FreeBSD.org> | 2000-06-03 06:58:15 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-03 06:58:15 +0800 |
commit | 1ea8613276210065a35f60574c882a2eb975183e (patch) | |
tree | 42e05748cdb30f4586ecda847bdb39ead22adfd2 /archivers/Makefile | |
parent | b09a970e08c65943e1cb972563b4a4c7e11780c2 (diff) | |
download | freebsd-ports-gnome-1ea8613276210065a35f60574c882a2eb975183e.tar.gz freebsd-ports-gnome-1ea8613276210065a35f60574c882a2eb975183e.tar.zst freebsd-ports-gnome-1ea8613276210065a35f60574c882a2eb975183e.zip |
Add lzop, a fast file compressor similar to gzip that uses the LZO lib.
Obtained from: NetBSD
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 1a19e8ddf7c2..0ca5825c2930 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -14,6 +14,7 @@ SUBDIR += liblzo SUBDIR += linux_rar SUBDIR += lzo + SUBDIR += lzop SUBDIR += makeself SUBDIR += mscompress SUBDIR += nulib |