diff options
author | xtraeme <xtraeme> | 2003-08-30 16:19:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-08-30 16:19:42 +0000 |
commit | 1adf897fb8c99b1dbe5c88248f5347c315f58dfc (patch) | |
tree | 6a6195cca9a51885ca44ca49d5abb759041d9374 | |
parent | 392e01b6ffe0061b154ec14be1dab911d5ecacaf (diff) | |
download | pkgsrc-1adf897fb8c99b1dbe5c88248f5347c315f58dfc.tar.gz |
Add and enable raptor
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b1d159bb092..9006d28d19c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.205 2003/08/25 11:17:49 cjep Exp $ +# $NetBSD: Makefile,v 1.206 2003/08/30 16:19:42 xtraeme Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -175,6 +175,7 @@ SUBDIR+= py-xmltools SUBDIR+= pyDict SUBDIR+= pyxml SUBDIR+= qsubst +SUBDIR+= raptor SUBDIR+= regexx SUBDIR+= rfcutil SUBDIR+= rman |