aboutsummaryrefslogtreecommitdiff
path: root/graphics/curator
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-05-16 18:48:43 +0000
committerRene Ladan <rene@FreeBSD.org>2016-05-16 18:48:43 +0000
commit34c508a26a9774a92bbf60f7b61a98cc6245f932 (patch)
tree9fae4caadc5e0fa177f1de188791cc0952a9794f /graphics/curator
parent8543186e9560d1b8cce8e0ba178a4df869941664 (diff)
downloadports-34c508a26a9774a92bbf60f7b61a98cc6245f932.tar.gz
ports-34c508a26a9774a92bbf60f7b61a98cc6245f932.zip
graphics/curator: remove optional dependency on graphics/py-imaging
The script itself needs to be adjusted to use graphics/py-pillow
Notes
Notes: svn path=/head/; revision=415354
Diffstat (limited to 'graphics/curator')
-rw-r--r--graphics/curator/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile
index 6cb17f182d06..93008a241be0 100644
--- a/graphics/curator/Makefile
+++ b/graphics/curator/Makefile
@@ -13,18 +13,9 @@ COMMENT= Static Image Gallery Generator for web or CD-ROM galleries
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