summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-10 18:53:49 +0000
committeradam <adam@pkgsrc.org>2021-03-10 18:53:49 +0000
commit784b6e0c1c5619eb3942de278cbe8429d34fa0bb (patch)
tree533d82c16718a98e7b7977af9c111215420633d3 /print
parent7026808b796665fdd071ef5d07dc785bb8980f99 (diff)
downloadpkgsrc-784b6e0c1c5619eb3942de278cbe8429d34fa0bb.tar.gz
Use Pillow as versioned dependency
Diffstat (limited to 'print')
-rw-r--r--print/hplip/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/hplip/options.mk b/print/hplip/options.mk
index f70b8eb4bb8..49efb139040 100644
--- a/print/hplip/options.mk
+++ b/print/hplip/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2019/10/27 15:20:22 kamil Exp $
+# $NetBSD: options.mk,v 1.19 2021/03/10 18:53:49 adam Exp $
#
# HPLIP dependencies are detailed in the following page:
# http://hplipopensource.com/hplip-web/install/manual/distros/other.html
@@ -52,8 +52,9 @@ PLIST_SRC+= PLIST.scan
CONFIGURE_ARGS+= --enable-scan-build
MESSAGE_SRC+= MESSAGE.scan
MESSAGE_SUBST+= EGDIR=${EGDIR}
+PYTHON_VERSIONED_DEPENDENCIES= Pillow
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
-DEPENDS+= {${PYPKGPREFIX}-Pillow-[0-9]*,${PYPKGPREFIX}-imaging-[0-9]*}:../../graphics/py-Pillow
.else
CONFIGURE_ARGS+= --disable-scan-build
.endif