diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-05-22 03:23:50 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-05-22 03:23:50 +0000 |
commit | a890339a6ec73edf9085ef3591fbfa882395da15 (patch) | |
tree | 26b20af89e6570fc940f74c0c0d97ee4e0823add /x11/xpra/Makefile | |
parent | e5303cb4a034af651b082ad40a61bbe0112b9eb9 (diff) | |
download | ports-a890339a6ec73edf9085ef3591fbfa882395da15.tar.gz ports-a890339a6ec73edf9085ef3591fbfa882395da15.zip |
Notes
Diffstat (limited to 'x11/xpra/Makefile')
-rw-r--r-- | x11/xpra/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index e10af3a95b2b..ec5ada4474d7 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 0.11.2 +PORTVERSION= 0.12.5 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -25,8 +25,7 @@ LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/x264 \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libvpx.so:${PORTSDIR}/multimedia/libvpx -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_PYTHON= yes USE_XORG= x11 xtst xfixes xcomposite xdamage xrandr |