From 7e1ea78d439f102be9a427d94a88acf5bb86ca14 Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 12 Feb 2011 02:22:06 +0000 Subject: - Add missing py-imaging RUN_DEPENDS PR: ports/154577 Approved by: wxs (mentor) --- x11/xpra/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11') diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index eb5fa0712438..4d75aa1e7ef3 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -7,6 +7,7 @@ PORTNAME= xpra PORTVERSION= 0.0.7.17p1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://winswitch.org/src/ DISTNAME= ${PORTNAME}-${PORTVERSION:S!p!-!} @@ -20,6 +21,7 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \ RUN_DEPENDS= cython:${PORTSDIR}/lang/cython \ ipython:${PORTSDIR}/devel/ipython \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ + ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver MAN1= ${PORTNAME}.1 -- cgit