diff options
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 09ac3b3b5531..d58e80f3fa93 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -19,7 +19,7 @@ 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 + freetype.7:${PORTSDIR}/print/freetype2 .if defined(WITH_X11) USE_XLIB= yes |