diff options
author | mph <mph@FreeBSD.org> | 1998-04-23 00:53:13 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-23 00:53:13 +0800 |
commit | 517d49ed24b1ff5fcfdd4ee651d9da65d5537646 (patch) | |
tree | b0e04085b62b6eedaf6c3fbdf8ecf6a786de669b /textproc | |
parent | bf5fa1b74bfbbccae1aa57f07cbe15c9e6093327 (diff) | |
download | freebsd-ports-gnome-517d49ed24b1ff5fcfdd4ee651d9da65d5537646.tar.gz freebsd-ports-gnome-517d49ed24b1ff5fcfdd4ee651d9da65d5537646.tar.zst freebsd-ports-gnome-517d49ed24b1ff5fcfdd4ee651d9da65d5537646.zip |
Activate urlview.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 452abd86fb83..8ef24df86b53 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1998/02/20 08:05:37 tg Exp $ +# $Id: Makefile,v 1.18 1998/03/25 14:12:21 nik Exp $ # SUBDIR += agrep @@ -24,6 +24,7 @@ SUBDIR += texi2html SUBDIR += tth SUBDIR += unroff + SUBDIR += urlview SUBDIR += wdiff .include <bsd.port.subdir.mk> |