diff options
author | rh <rh> | 1999-03-14 15:35:04 +0000 |
---|---|---|
committer | rh <rh> | 1999-03-14 15:35:04 +0000 |
commit | 1a5ae676f0900fe18d7a86b1ebf6c5948998d600 (patch) | |
tree | 3d7b8d9c3cd21ea851c09fbec785971010cb1a8d | |
parent | 310212aa2158b3bbf8b18157a2d901a1abc2b503 (diff) | |
download | pkgsrc-1a5ae676f0900fe18d7a86b1ebf6c5948998d600.tar.gz |
enable iso8879
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6ccba0750e0..31ce2e78d21 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/03/13 13:59:20 rh Exp $ +# $NetBSD: Makefile,v 1.14 1999/03/14 15:35:04 rh Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -11,7 +11,7 @@ # SUBDIR += info2html # SUBDIR += isearch # SUBDIR += iso12083 -# SUBDIR += iso8879 + SUBDIR += iso8879 SUBDIR += ispell # SUBDIR += jade # SUBDIR += linuxdoc |