diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-09-01 12:35:07 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-09-01 12:35:07 +0000 |
commit | 32b4125039042808db3a6311f563358aa6a5192f (patch) | |
tree | 8f8ed8ac03a394eadfc7f856bb9bbee6dce2bded /print | |
parent | 6c3247547df6a7ab50f4465f30295d3cc1b4a6c0 (diff) | |
download | pkgsrc-32b4125039042808db3a6311f563358aa6a5192f.tar.gz |
Add and enable py-reportlab
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 1dabdc1107a..40d57397781 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/07/31 01:56:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.39 2000/09/01 12:35:07 tsarna Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -26,6 +26,7 @@ SUBDIR += pdflib SUBDIR += psify SUBDIR += psutils + SUBDIR += py-reportlab SUBDIR += rtf2latex SUBDIR += stylewriter SUBDIR += teTeX |