diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-19 16:43:32 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-19 16:43:32 +0000 |
commit | 3624ddf181da71b2f213d44844a13f92e7088879 (patch) | |
tree | 69155a2473ecd42904d8ae76e85c62fefb67950b /x11 | |
parent | 553546281034fefe3b27f6114931d6bbce236d38 (diff) | |
download | ports-3624ddf181da71b2f213d44844a13f92e7088879.tar.gz ports-3624ddf181da71b2f213d44844a13f92e7088879.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 310c83c37b91..07e1ec91f50b 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -19,7 +19,7 @@ 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+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg MANCOMPRESSED= no MAN1= xpra.1 xpra_launcher.1 parti.1 |