diff options
author | billf <billf@FreeBSD.org> | 1998-12-02 07:11:59 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-02 07:11:59 +0800 |
commit | 46b87787f19f2334840b2987ff5605f7990d355f (patch) | |
tree | 5ef2dd7e0261033f51aee60d8f18b152738c5288 /archivers/Makefile | |
parent | 7b646cf67c5ffb845b749bb7322213cf24062303 (diff) | |
download | freebsd-ports-gnome-46b87787f19f2334840b2987ff5605f7990d355f.tar.gz freebsd-ports-gnome-46b87787f19f2334840b2987ff5605f7990d355f.tar.zst freebsd-ports-gnome-46b87787f19f2334840b2987ff5605f7990d355f.zip |
Activate lzo
PR: ports/5776
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index bd74ba0c3ae4..344b9c842447 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp $ +# $Id: Makefile,v 1.19 1997/11/20 08:21:26 tg Exp $ # SUBDIR += arc @@ -9,6 +9,7 @@ SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha + SUBDIR += lzo SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += rar |