diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-29 22:46:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-29 22:46:04 +0800 |
commit | 038192f176478ffcd9802301a25c1a01ac88faf2 (patch) | |
tree | 3840905c520f1e0d2b87e0cd5841d00a452f00ce /graphics | |
parent | 493dce3f49010ab66ea2962eb5f87f19708f7a58 (diff) | |
download | freebsd-ports-gnome-038192f176478ffcd9802301a25c1a01ac88faf2.tar.gz freebsd-ports-gnome-038192f176478ffcd9802301a25c1a01ac88faf2.tar.zst freebsd-ports-gnome-038192f176478ffcd9802301a25c1a01ac88faf2.zip |
Modernize python
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 38919acadd62..21fc862f0ba8 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ UNIQUENAME= py-${PORTNAME} +USES= python DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= distutils autoplist PLIST_FILES= %%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h PORTDOCS= * |