mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage
- Fix LIB_DEPENDS - Pet portlint PR: ports/188954 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Buganini <buganini@gmail.com> (maintainer)
This commit is contained in:
parent
6313d7e835
commit
193c6c2ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352371
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user