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/gd1/Makefile | |
parent | ba5a479ee6fef0a81f93e0ff2a3478216b48d194 (diff) | |
download | ports-f52f02f515ca67d4c2c485190e1cd7b23d01ab32.tar.gz ports-f52f02f515ca67d4c2c485190e1cd7b23d01ab32.zip |
Notes
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r-- | graphics/gd1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 5ada5de05ba8..385ce5e7e52e 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/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 |