diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-12-12 14:26:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-12 14:26:12 +0000 |
commit | 389a99ba34a98a2f033496df182065e09130ab1f (patch) | |
tree | 88479b1bfffb62399cfa8399620e3fc3f3c3b94e /print | |
parent | 673d45a3bf5c3b457d8b7770849efc2332b98d88 (diff) |
print/hplip: drop support for expired USES=gnome:pygobject
Notes
Notes:
svn path=/head/; revision=557827
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 838228b5dc38..bc183739d488 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -73,8 +73,6 @@ XSANE_RUN_DEPENDS= xsane:graphics/xsane .if ${PYTHON_MAJOR_VER} >= 3 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gobject>=0:devel/py-gobject@${PY_FLAVOR} .endif post-patch: |