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

Collapse All | Expand All

(-)ports/graphics/Makefile (-1 lines)
Lines 762-768 Link Here
762
    SUBDIR += pear-Image_GraphViz
762
    SUBDIR += pear-Image_GraphViz
763
    SUBDIR += pear-Image_Transform
763
    SUBDIR += pear-Image_Transform
764
    SUBDIR += pecl-imagick
764
    SUBDIR += pecl-imagick
765
    SUBDIR += pecl-imagick-im7
766
    SUBDIR += pecl-qrencode
765
    SUBDIR += pecl-qrencode
767
    SUBDIR += pecl-vips
766
    SUBDIR += pecl-vips
768
    SUBDIR += pencil2d
767
    SUBDIR += pencil2d
(-)ports/graphics/pecl-imagick/Makefile (-10 / +3 lines)
Lines 1-24 Link Here
1
PORTNAME=	imagick
1
PORTNAME=	imagick
2
PORTVERSION=	3.7.0
2
PORTVERSION=	3.7.0
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
5
6
MAINTAINER=	000.fbsd@quip.cz
6
MAINTAINER=	000.fbsd@quip.cz
7
COMMENT?=	PHP wrapper to the ImageMagick/GraphicsMagick library version 6
7
COMMENT?=	PHP wrapper to the ImageMagick/GraphicsMagick library
8
WWW=		https://pecl.php.net/package/imagick
8
WWW=		https://pecl.php.net/package/imagick
9
9
10
LICENSE=	PHP301
10
LICENSE=	PHP301
11
11
12
USES=		cpe php:pecl localbase
12
USES=		cpe php:pecl localbase magick
13
13
14
CPE_VENDOR=	php
14
CPE_VENDOR=	php
15
16
CONFLICTS_INSTALL?=	${PKGNAMEPREFIX}${PORTNAME}-im7
17
18
OPTIONS_DEFINE=	X11
19
20
X11_USES?=		magick:6
21
X11_USES_OFF?=		magick:6,nox11
22
15
23
CONFIGURE_ARGS=	--with-imagick=${LOCALBASE}
16
CONFIGURE_ARGS=	--with-imagick=${LOCALBASE}
24
17

Return to bug 268833