diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:42:59 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:42:59 +0000 |
commit | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (patch) | |
tree | 73abd51bbc7bd715261a06c070c1e731d552daf9 /print/py-pdf | |
parent | 99b077f4d4a67e28e40efdac8b2e5d977e2d7366 (diff) |
Notes
Diffstat (limited to 'print/py-pdf')
-rw-r--r-- | print/py-pdf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/py-pdf/Makefile b/print/py-pdf/Makefile index edf04b831464..b631830b1cfe 100644 --- a/print/py-pdf/Makefile +++ b/print/py-pdf/Makefile @@ -12,9 +12,7 @@ DISTNAME= pyPdf-${PORTVERSION} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Pure-Python PDF toolkit -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= pyPdf -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |