diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-29 14:46:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-29 14:46:04 +0000 |
commit | 492685a46394cffc14001bfede4012a05dfaed93 (patch) | |
tree | 3840905c520f1e0d2b87e0cd5841d00a452f00ce /graphics | |
parent | 38d8584182a691c72ae140c02ddbcfa0ffa1c413 (diff) | |
download | ports-492685a46394cffc14001bfede4012a05dfaed93.tar.gz ports-492685a46394cffc14001bfede4012a05dfaed93.zip |
Notes
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= * |