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-reportlab1 | |
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-reportlab1')
-rw-r--r-- | print/py-reportlab1/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/py-reportlab1/Makefile b/print/py-reportlab1/Makefile index 94840d99cb4f..66cab959e0c6 100644 --- a/print/py-reportlab1/Makefile +++ b/print/py-reportlab1/Makefile @@ -22,10 +22,8 @@ CONFLICTS= py*-reportlab[^1]-[^1].* \ PORTSCOUT= ignore:1 # Last version of 1.X branch -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Reportlab +USES= python +USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" |