diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:07:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:07:27 +0800 |
commit | 592d412ae5ff830776b96bad87508031b4e48718 (patch) | |
tree | faba27fc634e95d2b61b1a32284aa4e2c28cba66 /x11/xpra | |
parent | b37f48d40081cbf4719990d7ed379a7f9b5d0919 (diff) | |
download | freebsd-ports-gnome-592d412ae5ff830776b96bad87508031b4e48718.tar.gz freebsd-ports-gnome-592d412ae5ff830776b96bad87508031b4e48718.tar.zst freebsd-ports-gnome-592d412ae5ff830776b96bad87508031b4e48718.zip |
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'x11/xpra')
-rw-r--r-- | x11/xpra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 5f4a03ec579f..08470a63dad1 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -22,7 +22,7 @@ RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7.0_1:${PORTSDIR}/archivers/py-lz4 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi \ ${PYTHON_SITELIBDIR}/netifaces.so:${PORTSDIR}/net/py-netifaces \ - ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ + ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ ssh-askpass:${PORTSDIR}/security/openssh-askpass \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ xauth:${PORTSDIR}/x11/xauth \ |