diff options
author | Eric Turgeon <ericbsd@FreeBSD.org> | 2019-11-23 22:00:06 +0800 |
---|---|---|
committer | Eric Turgeon <ericbsd@FreeBSD.org> | 2019-11-23 22:00:06 +0800 |
commit | cc76db5bb0a418ab5983096f993474de041e707e (patch) | |
tree | fdc652134197309ec111c71de1715a73e024a24e /print | |
parent | 618bd28b80d9a99407524ef30141b760971db6e2 (diff) | |
download | freebsd-ports-gnome-cc76db5bb0a418ab5983096f993474de041e707e.tar.gz freebsd-ports-gnome-cc76db5bb0a418ab5983096f993474de041e707e.tar.zst freebsd-ports-gnome-cc76db5bb0a418ab5983096f993474de041e707e.zip |
adding requests to RUN_DEPENDS of print/system-config-printer
Approved by: mentors (implicit)
Diffstat (limited to 'print')
-rw-r--r-- | print/system-config-printer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 27fbe9a13110..1ab219a35f1c 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -3,6 +3,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.5.12 +PORTREVISION= 1 CATEGORIES= print gnome MAINTAINER= gnome@FreeBSD.org @@ -12,6 +13,7 @@ BUILD_DEPENDS= xmlto:textproc/xmlto \ docbook-xml>0:textproc/docbook-xml LIB_DEPENDS= libcups.so:print/cups RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycurl>=0:ftp/py-pycurl@${PY_FLAVOR} \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:print/cups-pk-helper |