summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-07-31 23:30:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-07-31 23:30:36 +0000
commitee2a23efd4fcd0cd5a9439cb635415bbd7882cd1 (patch)
tree484931065a94180e1121905f2ac4b8d7cd85ff4d
parentMFH: r393281 (diff)
MFH: r393384release/10.2.0
Add missing runtime dependencies. Approved by: ports-secteam (erwin)
Notes
Notes: svn path=/branches/2015Q3/; revision=393524 svn path=/tags/RELEASE_10_2_0/; revision=393564; tag=release/10.2.0
-rw-r--r--x11/xpra/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 5bb2496a75d0..1f9a44a28232 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xpra
PORTVERSION= 0.15.2
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
@@ -26,6 +27,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/lz4.so:${PORTSDIR}/archivers/py-lz4 \
ssh-askpass:${PORTSDIR}/security/openssh-askpass \
setxkbmap:${PORTSDIR}/x11/setxkbmap \
xauth:${PORTSDIR}/x11/xauth \
+ xkbcomp:${PORTSDIR}/x11/xkbcomp \
+ ${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \
Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gtkgl/__init__.py:${PORTSDIR}/x11-toolkits/py-gtkglext