summaryrefslogtreecommitdiff
path: root/graphics/gd
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/gd
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/gd')
-rw-r--r--graphics/gd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 77dbced78a54..d12b052efb68 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= graphics/gd
MAINTAINER?= billf@FreeBSD.org
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
freetype.6:${PORTSDIR}/print/freetype2