diff options
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 8d57c4b..5ada5de 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -16,10 +16,9 @@ MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg .if defined(WITH_X11) -LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \ - Xpm.4:${PORTSDIR}/graphics/xpm - USE_XLIB= yes +USE_XPM= yes +USE_FREETYPE= yes .endif INSTALLS_SHLIB= yes |