diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-14 00:05:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-14 00:05:48 +0800 |
commit | 8baa14e264b4d93309c75c29a7eae5101304b37d (patch) | |
tree | 327fdff56dc4779407a7a80f5e68d09784124ee9 /print | |
parent | 096d959851db69121a0ae6f42a205c8471a38abf (diff) | |
download | freebsd-ports-gnome-8baa14e264b4d93309c75c29a7eae5101304b37d.tar.gz freebsd-ports-gnome-8baa14e264b4d93309c75c29a7eae5101304b37d.tar.zst freebsd-ports-gnome-8baa14e264b4d93309c75c29a7eae5101304b37d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
- For totem, the pylint command is needed, not the pylint module
Diffstat (limited to 'print')
-rw-r--r-- | print/system-config-printer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 74a0e3621ea8..27a4f25e9534 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -13,8 +13,8 @@ COMMENT= CUPS configuration Gtk+2.0 GUI BUILD_DEPENDS= xmlto:textproc/xmlto \ docbook-xml>0:textproc/docbook-xml LIB_DEPENDS= libcups.so:print/cups -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:print/py-pycups \ - ${PYTHON_SITELIBDIR}/pycurl.so:ftp/py-pycurl \ +RUN_DEPENDS= ${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 # 1.5 series is python3 ignore them for now. |