diff options
author | rene <rene@FreeBSD.org> | 2016-05-17 02:48:43 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-05-17 02:48:43 +0800 |
commit | 256043f205e9c3e8f069e3ac8891dd8d2dd57110 (patch) | |
tree | 9fae4caadc5e0fa177f1de188791cc0952a9794f /graphics/curator | |
parent | c95af6d03b45936a76f3b304729eb182897e5b36 (diff) | |
download | freebsd-ports-gnome-256043f205e9c3e8f069e3ac8891dd8d2dd57110.tar.gz freebsd-ports-gnome-256043f205e9c3e8f069e3ac8891dd8d2dd57110.tar.zst freebsd-ports-gnome-256043f205e9c3e8f069e3ac8891dd8d2dd57110.zip |
graphics/curator: remove optional dependency on graphics/py-imaging
The script itself needs to be adjusted to use graphics/py-pillow
Diffstat (limited to 'graphics/curator')
-rw-r--r-- | graphics/curator/Makefile | 9 |
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 |