diff options
author | itojun <itojun@FreeBSD.org> | 1998-11-24 11:01:57 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-11-24 11:01:57 +0800 |
commit | 5233f376f8fee82302170f7bf8be7d60f9f819f1 (patch) | |
tree | 2c51e3884bf11fd413748941a6a1cfbb8e582a97 /textproc/Makefile | |
parent | 97ff2ab9ec98397bca0b50c08f442f3d17c419d9 (diff) | |
download | freebsd-ports-gnome-5233f376f8fee82302170f7bf8be7d60f9f819f1.tar.gz freebsd-ports-gnome-5233f376f8fee82302170f7bf8be7d60f9f819f1.tar.zst freebsd-ports-gnome-5233f376f8fee82302170f7bf8be7d60f9f819f1.zip |
enable ports/textproc/lv.
lv is a multilingual text viewer (like less).
Submitted by: sumikawa@kame.net
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9709369385c1..54bfd9b4d4dd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1998/11/18 21:03:49 billf Exp $ +# $Id: Makefile,v 1.33 1998/11/22 22:41:52 billf Exp $ # SUBDIR += agrep @@ -20,6 +20,7 @@ SUBDIR += latex2html SUBDIR += libxml SUBDIR += linuxdoc + SUBDIR += lv SUBDIR += man2html SUBDIR += mgdiff SUBDIR += mswordview |