diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:42:59 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:42:59 +0800 |
commit | 74a3c07b695eef5aba924290f7d537c710b1233e (patch) | |
tree | 73abd51bbc7bd715261a06c070c1e731d552daf9 /print/py-preppy | |
parent | 6cb95f4021912ec4579bc6f22244e0597ed2b07c (diff) | |
download | freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.tar.gz freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.tar.zst freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.zip |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'print/py-preppy')
-rw-r--r-- | print/py-preppy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-preppy/Makefile b/print/py-preppy/Makefile index 9310d5d90caf..74f9a9dd2c7a 100644 --- a/print/py-preppy/Makefile +++ b/print/py-preppy/Makefile @@ -12,8 +12,7 @@ COMMENT= ReportLab's templating system LICENSE= BSD3CLAUSE -USE_PYTHON= 2.7-3.3 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2.7-3.3 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |