diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-21 15:34:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-21 15:34:16 +0000 |
commit | 6c9dae24213bd0da957cb198906af9c3518050df (patch) | |
tree | 9fd518f87b1ca77258894d82730f08f8100bfd14 /textproc/Makefile | |
parent | 26a53b79ab5368bb9462bf3a9024b8d323a472a1 (diff) | |
download | ports-6c9dae24213bd0da957cb198906af9c3518050df.tar.gz ports-6c9dae24213bd0da957cb198906af9c3518050df.zip |
Notes
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 35d2d769ba15..591b7b3552fb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.50 1999/05/03 02:56:05 steve Exp $ +# $Id: Makefile,v 1.51 1999/05/19 13:11:37 taoka Exp $ # SUBDIR += agrep @@ -52,6 +52,7 @@ SUBDIR += urlview SUBDIR += wdiff SUBDIR += word2x + SUBDIR += xml4j SUBDIR += yodl .include <bsd.port.subdir.mk> |