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/py-sane/Makefile | |
parent | f7a05e2b63bd7e68a0258979cd88c065e7dd4d4a (diff) |
Notes
Diffstat (limited to 'graphics/py-sane/Makefile')
-rw-r--r-- | graphics/py-sane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-sane/Makefile b/graphics/py-sane/Makefile index b28c6d123cb3..3ec958e0bc82 100644 --- a/graphics/py-sane/Makefile +++ b/graphics/py-sane/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils WRKSRC= ${WRKDIR}/${DISTNAME}/Sane |