Date: Mon, 16 May 2016 18:48:43 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415354 - head/graphics/curator Message-ID: <201605161848.u4GImhne093746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon May 16 18:48:43 2016 New Revision: 415354 URL: https://svnweb.freebsd.org/changeset/ports/415354 Log: graphics/curator: remove optional dependency on graphics/py-imaging The script itself needs to be adjusted to use graphics/py-pillow Modified: head/graphics/curator/Makefile Modified: head/graphics/curator/Makefile ============================================================================== --- head/graphics/curator/Makefile Mon May 16 18:34:11 2016 (r415353) +++ head/graphics/curator/Makefile Mon May 16 18:48:43 2016 (r415354) @@ -13,18 +13,9 @@ COMMENT= Static Image Gallery Generator USES= python USE_PYTHON= distutils autoplist -OPTIONS_DEFINE= PIL -PIL_DESC= Use Python Imaging Library instead of ImageMagick - PLIST_FILES= man/man1/curator.1.gz -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPIL} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:graphics/py-imaging -.else RUN_DEPENDS= convert:graphics/ImageMagick -.endif post-install: ${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605161848.u4GImhne093746>