diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 08:07:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 08:07:04 +0000 |
commit | 770c150e6feb423c78055c550c1f322302e57ab5 (patch) | |
tree | c00b00218cca5dd71568de2e870f8b75ead3867e /print/py-pdf/Makefile | |
parent | 36b382a2b01041001404f4896b971718047044e3 (diff) | |
download | ports-770c150e6feb423c78055c550c1f322302e57ab5.tar.gz ports-770c150e6feb423c78055c550c1f322302e57ab5.zip |
Notes
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 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> |