diff options
author | rh <rh> | 2001-01-01 17:29:53 +0000 |
---|---|---|
committer | rh <rh> | 2001-01-01 17:29:53 +0000 |
commit | 97ebbfdd5b5a9ef062d3b0a72f646746406faa05 (patch) | |
tree | c3719ef8f031752051f1ea87dd38b0d56bf0113a | |
parent | 02d7860a805bcb85ff4a9ec6a58fe0bbc190c50a (diff) | |
download | pkgsrc-97ebbfdd5b5a9ef062d3b0a72f646746406faa05.tar.gz |
Add and enable libiconv
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index b366dd34695..e21f794b40b 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/12/27 14:09:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.24 2001/01/01 17:29:53 rh Exp $ # SUBDIR += base64 @@ -7,6 +7,7 @@ SUBDIR += ish SUBDIR += kdesupport SUBDIR += latex2rtf + SUBDIR += libiconv SUBDIR += mpack SUBDIR += p5-MIME-Base64 SUBDIR += psiconv |