diff --git a/graphics/py-sane/Makefile b/graphics/py-sane/Makefile index 90241493d747..84e0ce20c2f7 100644 --- a/graphics/py-sane/Makefile +++ b/graphics/py-sane/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-1.1.7 MAINTAINER= buganini@gmail.com -COMMENT= The Python binding for Sane +COMMENT= Python bindings for Sane -LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends +LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging DIST_SUBDIR= python @@ -21,7 +21,6 @@ USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Sane -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py diff --git a/graphics/py-sane/pkg-descr b/graphics/py-sane/pkg-descr index 10daabc9a095..839fe336e639 100644 --- a/graphics/py-sane/pkg-descr +++ b/graphics/py-sane/pkg-descr @@ -5,11 +5,7 @@ Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. -The main distribution site for this software is: - -WWW: http://www.pythonware.com/products/pil/index.htm - The PIL handbook is not included in this distribution; to get the -latest version, check: +latest version, check: http://www.pythonware.com/library.htm - http://www.pythonware.com/library.htm +WWW: http://www.pythonware.com/products/pil/index.htm