svn commit: r415354 - head/graphics/curator

Rene Ladan rene at FreeBSD.org
Mon May 16 18:48:44 UTC 2016


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


More information about the svn-ports-all mailing list