diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-06-24 15:18:23 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-06-24 15:18:23 +0000 |
commit | d2389233b601ec774e2a3f4c4c643a755e673a6c (patch) | |
tree | 709e5968efadffea35dbed57c06442c7f5adc40a /textproc | |
parent | 7034a8d9fb2bdba1ee67ee99fd5dc940f343c9a3 (diff) | |
download | FreeBSD-ports-d2389233b601ec774e2a3f4c4c643a755e673a6c.zip FreeBSD-ports-d2389233b601ec774e2a3f4c4c643a755e673a6c.tar.gz |
Activate xt.
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 4053acd..7f1f02c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 1999/05/26 08:03:27 tg Exp $ +# $Id: Makefile,v 1.54 1999/06/06 17:17:50 steve Exp $ # SUBDIR += agrep @@ -55,6 +55,7 @@ SUBDIR += wdiff SUBDIR += word2x SUBDIR += xml4j + SUBDIR += xt SUBDIR += yodl .include <bsd.port.subdir.mk> |