diff options
author | joerg <joerg> | 2010-02-10 15:31:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-10 15:31:25 +0000 |
commit | 463e2d83e07e8b7db58a6993e5bf6441c432b820 (patch) | |
tree | cc5300ee28670bc521115bd30e0ec6116d642dc7 /print/py-Pdf/Makefile | |
parent | 7e630b973bf30e24260b7ae074c37faaf1c567ab (diff) | |
download | pkgsrc-463e2d83e07e8b7db58a6993e5bf6441c432b820.tar.gz |
Use builtin set type. Bump revision.
Diffstat (limited to 'print/py-Pdf/Makefile')
-rw-r--r-- | print/py-Pdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-Pdf/Makefile b/print/py-Pdf/Makefile index c4529429604..66669901881 100644 --- a/print/py-Pdf/Makefile +++ b/print/py-Pdf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/10/09 12:01:23 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/10 15:31:25 joerg Exp $ # DISTNAME= pyPdf-1.12 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-Pdf-1.12 CATEGORIES= print python MASTER_SITES= http://pybrary.net/pyPdf/ |