summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 0a2d53be248b..e808474912e7 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -18,16 +18,20 @@ MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
MAINTAINER= jseger@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ df.1:${PORTSDIR}/graphics/hdf \
tiff.4:${PORTSDIR}/graphics/tiff \
png.3:${PORTSDIR}/graphics/png \
jbig.1:${PORTSDIR}/graphics/jbigkit \
ttf.4:${PORTSDIR}/print/freetype
-BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
+# bzip2 for bzlib
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
+ fig2dev:${PORTSDIR}/print/transfig \
picttoppm:${PORTSDIR}/graphics/netpbm \
mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \
gs:${PORTSDIR}/print/ghostscript55
-MAN1= ImageMagick.1 animate.1 combine.1 convert.1 display.1 identify.1 import.1 mogrify.1 montage.1
+MAN1= ImageMagick.1 animate.1 combine.1 convert.1 display.1 identify.1 \
+ import.1 mogrify.1 montage.1
MAN3= Image::Magick.3
MAN4= miff.4
MAN5= quantize.5
@@ -40,6 +44,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --with-perl=${PERL5} \
CONFIGURE_ARGS+= --enable-lzw
.endif
USE_PERL5= YES
+USE_XLIB= YES
CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib