diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-10 02:20:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-10 02:20:17 +0800 |
commit | a2a160581812cb4acb017f8fe68db40b0e9c402c (patch) | |
tree | 222c1ff0fe2ec6575acf15af1f231a029c5ee389 /graphics/gd1 | |
parent | 86b1eba76e146aacedc6184a94cfaff712841ac0 (diff) | |
download | freebsd-ports-gnome-a2a160581812cb4acb017f8fe68db40b0e9c402c.tar.gz freebsd-ports-gnome-a2a160581812cb4acb017f8fe68db40b0e9c402c.tar.zst freebsd-ports-gnome-a2a160581812cb4acb017f8fe68db40b0e9c402c.zip |
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.
Diffstat (limited to 'graphics/gd1')
-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 |