diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-09 19:26:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-09 19:26:26 +0000 |
commit | 96fdc0d6069b67ac715512eef5514f489af5e0af (patch) | |
tree | a2668346a9d81766a7c1b5ccb271655915db5c40 /x11 | |
parent | dde5a8426c978aeec99119a3ca44090624a06cdb (diff) | |
download | ports-96fdc0d6069b67ac715512eef5514f489af5e0af.tar.gz ports-96fdc0d6069b67ac715512eef5514f489af5e0af.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 680be1e06804..f3793ecf105d 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -17,8 +17,8 @@ BUILD_DEPENDS= cython:lang/cython \ RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7.0_1:archivers/py-lz4 \ ${PYTHON_SITELIBDIR}/rencode/__init__.py:converters/py-rencode \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-opengl \ - ${PYTHON_SITELIBDIR}/OpenGL_accelerate/__init__.py:graphics/py-opengl-accelerate \ + ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL \ + ${PYTHON_SITELIBDIR}/OpenGL_accelerate/__init__.py:graphics/py-PyOpenGL-accelerate \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_SITELIBDIR}/netifaces.so:net/py-netifaces \ ssh-askpass:security/openssh-askpass \ |