View | Details | Raw Unified | Return to bug 126790
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 35-41 Link Here
35
.if exists(${LOCALBASE}/lib/libiconv.so)
35
.if exists(${LOCALBASE}/lib/libiconv.so)
36
WITH_ICONV=		yes
36
WITH_ICONV=		yes
37
.endif
37
.endif
38
.if exists(${LOCALBASE}/lib/libMagick.so.10)
38
.if exists(${LOCALBASE}/lib/libMagickWand.so.1)
39
WITH_IMAGEMAGICK=	yes
39
WITH_IMAGEMAGICK=	yes
40
.endif
40
.endif
41
41
Lines 50-56 Link Here
50
CONFIGURE_ENV+=	CFLAGS="-DICONV_CONV=yes"
50
CONFIGURE_ENV+=	CFLAGS="-DICONV_CONV=yes"
51
.endif
51
.endif
52
.if defined(WITH_IMAGEMAGICK)
52
.if defined(WITH_IMAGEMAGICK)
53
LIB_DEPENDS+=	Magick.10:${PORTSDIR}/graphics/ImageMagick
53
LIB_DEPENDS+=	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
54
.else
54
.else
55
LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png
55
LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png
56
.endif
56
.endif

Return to bug 126790