diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-11-12 02:40:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-11-12 02:40:52 +0000 |
commit | f52f02f515ca67d4c2c485190e1cd7b23d01ab32 (patch) | |
tree | b4b6077c1050a75325e42b341936d9bb25c478d5 /graphics/gd/Makefile | |
parent | Upgrade to 0.80. (diff) |
Compile with freetype default.
Approved by: billf
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 5ada5de05ba8..385ce5e7e52e 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -15,10 +15,11 @@ MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg + +USE_FREETYPE= yes .if defined(WITH_X11) USE_XLIB= yes USE_XPM= yes -USE_FREETYPE= yes .endif INSTALLS_SHLIB= yes |