diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-05-21 15:34:16 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-05-21 15:34:16 +0000 |
commit | a9169240e7a255ace76c7a039eb9a2598620fabf (patch) | |
tree | 1084aa47cf9099754d804d2dcbd97f45b8a91302 /textproc/Makefile | |
parent | 240c527e42632ef6ac9a02f4892b4597e8efa8b1 (diff) | |
download | FreeBSD-ports-a9169240e7a255ace76c7a039eb9a2598620fabf.zip FreeBSD-ports-a9169240e7a255ace76c7a039eb9a2598620fabf.tar.gz |
Activate xml4j.
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 35d2d76..591b7b3 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> |