Date: Thu, 20 Nov 2014 20:53:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372957 - head/graphics/py-pillow Message-ID: <201411202053.sAKKrnPL041052@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Nov 20 20:53:48 2014 New Revision: 372957 URL: https://svnweb.freebsd.org/changeset/ports/372957 QAT: https://qat.redports.org/buildarchive/r372957/ Log: Unbreak Modified: head/graphics/py-pillow/Makefile Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Thu Nov 20 20:25:02 2014 (r372956) +++ head/graphics/py-pillow/Makefile Thu Nov 20 20:53:48 2014 (r372957) @@ -27,6 +27,8 @@ JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR} LCMS_LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff TKINTER_USES= tk:build +TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter +TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411202053.sAKKrnPL041052>