diff options
author | kim <kim@pkgsrc.org> | 2000-09-04 21:50:44 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-09-04 21:50:44 +0000 |
commit | 79d32be08b633a9aab3541985d127c72362c85e3 (patch) | |
tree | 18e2ce82a7c3266e5851ef7e9d9b570747aeee20 | |
parent | a3285e7bf803020be5484b01f3f9bc0f5e387dba (diff) | |
download | pkgsrc-79d32be08b633a9aab3541985d127c72362c85e3.tar.gz |
Add and enable p5-Text-DelimMatch
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6df1257b308..1e86af9233a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2000/08/29 14:25:04 rh Exp $ +# $NetBSD: Makefile,v 1.53 2000/09/04 21:50:44 kim Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -29,6 +29,7 @@ SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Filter + SUBDIR += p5-Text-DelimMatch SUBDIR += p5-XML-Parser SUBDIR += par SUBDIR += py-dtml |