View | Details | Raw Unified | Return to bug 256215 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/ImageMagick7/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	ImageMagick
1
PORTNAME=	ImageMagick
2
DISTVERSION=	7.0.11-12
2
DISTVERSION=	7.0.11-12
3
PORTREVISION=	1
3
CATEGORIES=	graphics perl5
4
CATEGORIES=	graphics perl5
4
MASTER_SITES=	https://www.imagemagick.org/download/ \
5
MASTER_SITES=	https://www.imagemagick.org/download/ \
5
		https://www.imagemagick.org/download/releases/ \
6
		https://www.imagemagick.org/download/releases/ \
Lines 32-39 LICENSE= APACHE20 Link Here
32
LICENSE_FILE=	${WRKSRC}/LICENSE
33
LICENSE_FILE=	${WRKSRC}/LICENSE
33
34
34
LIB_DEPENDS=	libltdl.so:devel/libltdl	\
35
LIB_DEPENDS=	libltdl.so:devel/libltdl	\
35
		libzip.so:archivers/libzip	\
36
		libzip.so:archivers/libzip
36
		libavutil.so:multimedia/ffmpeg
37
37
38
TESTS_DEPENDS=	gsfonts>=0:print/gsfonts
38
TESTS_DEPENDS=	gsfonts>=0:print/gsfonts
39
39

Return to bug 256215