diff options
author | jwise <jwise@pkgsrc.org> | 2000-05-30 16:15:23 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-05-30 16:15:23 +0000 |
commit | 69f3a28919fef1bd69e9abbc8f7b4993e46dffba (patch) | |
tree | 1691f79693b935b00164a8a2de4bf15073dd0fec /textproc | |
parent | fe55e76b7ff30b6535fd9a91a794bdf8278d6e8b (diff) | |
download | pkgsrc-69f3a28919fef1bd69e9abbc8f7b4993e46dffba.tar.gz |
Add and enable xalan-j
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 9494d0f15e8..cb10211414b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/05/26 22:52:41 jwise Exp $ +# $NetBSD: Makefile,v 1.40 2000/05/30 16:15:23 jwise Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -47,6 +47,7 @@ SUBDIR += textutils SUBDIR += unroff SUBDIR += wdiff + SUBDIR += xalan-j SUBDIR += xerces-j .include "../mk/bsd.pkg.subdir.mk" |