diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-10 09:43:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-10 09:43:10 +0000 |
commit | 69ba65895bfc7b34d9095473435774d8d3c537b0 (patch) | |
tree | 58428d05ec3ae57833f2ec8772d257012203e2b3 /textproc | |
parent | 74bb6ba7a1ca4f4f6c6912c7ced197ea34dc11c7 (diff) |
Activate word2x.
Notes
Notes:
svn path=/head/; revision=11374
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 09fda54b8ba1..81ec03af0f52 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1998/04/29 10:59:21 tg Exp $ +# $Id: Makefile,v 1.21 1998/05/05 00:59:46 mph Exp $ # SUBDIR += agrep @@ -28,5 +28,6 @@ SUBDIR += unroff SUBDIR += urlview SUBDIR += wdiff + SUBDIR += word2x .include <bsd.port.subdir.mk> |