diff options
author | swills <swills@FreeBSD.org> | 2013-12-21 20:52:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-12-21 20:52:58 +0800 |
commit | bc36b898c309d5bb99256b3c19ed31b90bf836c1 (patch) | |
tree | 6440067edffd277d720daf4d2db1680212ecb9da /x11/xpra/Makefile | |
parent | f8c71e27081f1ea6cbc148f2915b4448e905681c (diff) | |
download | freebsd-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/Makefile | 9 |
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> |