aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xpra/Makefile
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-12-21 20:52:58 +0800
committerswills <swills@FreeBSD.org>2013-12-21 20:52:58 +0800
commitbc36b898c309d5bb99256b3c19ed31b90bf836c1 (patch)
tree6440067edffd277d720daf4d2db1680212ecb9da /x11/xpra/Makefile
parentf8c71e27081f1ea6cbc148f2915b4448e905681c (diff)
downloadfreebsd-ports-gnome-bc36b898c309d5bb99256b3c19ed31b90bf836c1.tar.gz
freebsd-ports-gnome-bc36b898c309d5bb99256b3c19ed31b90bf836c1.tar.zst
freebsd-ports-gnome-bc36b898c309d5bb99256b3c19ed31b90bf836c1.zip
- Update to 0.10.10
Diffstat (limited to 'x11/xpra/Makefile')
-rw-r--r--x11/xpra/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 07e1ec91f50b..01afc0250648 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xpra
-PORTVERSION= 0.8.8
-PORTREVISION= 1
+PORTVERSION= 0.10.10
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
@@ -19,18 +18,20 @@ RUN_DEPENDS= cython:${PORTSDIR}/lang/cython \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
py*-notify>=0:${PORTSDIR}/devel/py-notify \
Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
+
LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
MANCOMPRESSED= no
-MAN1= xpra.1 xpra_launcher.1 parti.1
+MAN1= xpra.1 xpra_launcher.1
USES= pkgconfig
USE_BZIP2= yes
USE_PYTHON= yes
USE_XORG= x11 xext xtst xfixes xcomposite xdamage
+USES= pkgconfig
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= parti_all
+PYDISTUTILS_PKGNAME= xpra_all
NO_STAGE= yes
.include <bsd.port.mk>