diff options
author | wg <wg@FreeBSD.org> | 2014-10-07 20:23:43 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-07 20:23:43 +0800 |
commit | 78531a48bd20f03fb91f7925ce0194198e6d2a74 (patch) | |
tree | 02dd229b371d4aa0eb51fc7ef66ccd8c2f45c801 /x11 | |
parent | f0fb82aa8884c2bb5c317089eac23ca27c0c316a (diff) | |
download | freebsd-ports-gnome-78531a48bd20f03fb91f7925ce0194198e6d2a74.tar.gz freebsd-ports-gnome-78531a48bd20f03fb91f7925ce0194198e6d2a74.tar.zst freebsd-ports-gnome-78531a48bd20f03fb91f7925ce0194198e6d2a74.zip |
x11/xpra: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 94fe68817707..e33d65844d6c 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.12.6 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -15,7 +16,7 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ xauth:${PORTSDIR}/x11/xauth \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ @@ -25,12 +26,11 @@ LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/x264 \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libvpx.so:${PORTSDIR}/multimedia/libvpx -USES= pkgconfig tar:bzip2 -USE_PYTHON= yes +USES= pkgconfig python tar:bzip2 +USE_PYTHON= distutils USE_XORG= x11 xtst xfixes xcomposite xdamage xrandr PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER} -USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= xpra_all post-install: |