diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
commit | 734b61f327683a6f33dff50fd033a2320cd3e0d6 (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/lcms-python | |
parent | - Update to latest git pull - 2.02_3 (diff) |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'graphics/lcms-python')
-rw-r--r-- | graphics/lcms-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcms-python/Makefile b/graphics/lcms-python/Makefile index 872e7dfe5d22..1d61bfb3577d 100644 --- a/graphics/lcms-python/Makefile +++ b/graphics/lcms-python/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python -USE_PYTHON= 2 +USES= python:2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" |