diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 18:20:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 18:20:17 +0000 |
commit | 2a1e03477cedc922eda1a913c0193c8ac312d10f (patch) | |
tree | bb94676d92594ba37f7309a76db7e4b1fb5491ea /graphics/gd1/Makefile | |
parent | 94007cbd5cd0242d55a4265a51e2f26d228e4232 (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/gd1/Makefile')
-rw-r--r-- | graphics/gd1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 77dbced78a54..d12b052efb68 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/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 |