diff options
author | wg <wg@FreeBSD.org> | 2014-10-12 23:35:19 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-12 23:35:19 +0800 |
commit | b70c14b5ac6ee56c071fb3dba67dfff8d3531ff3 (patch) | |
tree | 59de65e78397f2de89adfc1671c62df8b574fbeb /print/hplip | |
parent | a1ece4c77fe1dfc58f635e20ba7862373b51876a (diff) | |
download | freebsd-ports-gnome-b70c14b5ac6ee56c071fb3dba67dfff8d3531ff3.tar.gz freebsd-ports-gnome-b70c14b5ac6ee56c071fb3dba67dfff8d3531ff3.tar.zst freebsd-ports-gnome-b70c14b5ac6ee56c071fb3dba67dfff8d3531ff3.zip |
print/hplip: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 7b732ecd51c3..b41c637e997b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -3,7 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.14.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= SF @@ -23,9 +23,8 @@ RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster \ CONFLICTS_INSTALL= hpijs-[0-9]* INSTALL_TARGET= install-strip -USES= dos2unix libtool pkgconfig shebangfix +USES= dos2unix libtool pkgconfig python shebangfix USE_GHOSTSCRIPT_RUN= yes -USE_PYTHON= yes USE_GNOME= pygobject USE_LDCONFIG= yes @@ -98,7 +97,7 @@ SNMP_CONFIGURE_ENABLE= network-build SCAN_DESC= Scanning support SCAN_LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends -SCAN_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging +SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow SCAN_CONFIGURE_ENABLE= scan-build XSANE_DESC= Install XSane for scanning (requires SCAN) |