diff options
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 8d57c4be5dde..5ada5de05ba8 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/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 |