aboutsummaryrefslogtreecommitdiff
path: root/print/py-pdf/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-30 08:07:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-30 08:07:04 +0000
commit770c150e6feb423c78055c550c1f322302e57ab5 (patch)
treec00b00218cca5dd71568de2e870f8b75ead3867e /print/py-pdf/Makefile
parent36b382a2b01041001404f4896b971718047044e3 (diff)
downloadports-770c150e6feb423c78055c550c1f322302e57ab5.tar.gz
ports-770c150e6feb423c78055c550c1f322302e57ab5.zip
Notes
Diffstat (limited to 'print/py-pdf/Makefile')
-rw-r--r--print/py-pdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-pdf/Makefile b/print/py-pdf/Makefile
index e2c51bf6ec7b..edf04b831464 100644
--- a/print/py-pdf/Makefile
+++ b/print/py-pdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pdf
PORTVERSION= 1.13
+PORTREVISION= 1
CATEGORIES= print python
MASTER_SITES= http://pybrary.net/pyPdf/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,6 @@ COMMENT= Pure-Python PDF toolkit
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyPdf
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>