summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-09 18:20:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-09 18:20:17 +0000
commit2a1e03477cedc922eda1a913c0193c8ac312d10f (patch)
treebb94676d92594ba37f7309a76db7e4b1fb5491ea /graphics/ImageMagick
parentTake over maintainership. Update to 2.0 was almost total rework and my (diff)
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided only for forthcoming 4.3 release, after which it will be removed. We are still waiting for jmz to fix things properly.
Notes
Notes: svn path=/head/; revision=41144
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 08381e658748..f7b29e7bbc06 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -20,6 +20,7 @@ MASTER_SITE_SUBDIR= graphics/ImageMagick
MAINTAINER= ports@FreeBSD.org
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \
fpx.1:${PORTSDIR}/graphics/libfpx \
df.1:${PORTSDIR}/graphics/hdf \