diff options
author | kleink <kleink> | 2009-02-18 16:39:40 +0000 |
---|---|---|
committer | kleink <kleink> | 2009-02-18 16:39:40 +0000 |
commit | bd34689f2dd9b523cd37ed7df2d3d5d998aafd19 (patch) | |
tree | b17cdb5a11c708105ffa3e9a7cd9719c39dc017b /textproc | |
parent | 18a9c644fa285aaab6b662603e70feef34c88d07 (diff) | |
download | pkgsrc-bd34689f2dd9b523cd37ed7df2d3d5d998aafd19.tar.gz |
Add/enable py-vobject.
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 baf92f4cd7d..2fa95965f31 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.462 2009/02/09 21:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.463 2009/02/18 16:39:40 kleink Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -368,6 +368,7 @@ SUBDIR+= py-mecab SUBDIR+= py-pygments SUBDIR+= py-sphinx SUBDIR+= py-textile +SUBDIR+= py-vobject SUBDIR+= py-xml SUBDIR+= py-yaml SUBDIR+= qprint |