diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-27 05:40:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-27 05:40:37 +0000 |
commit | 19c24d28a3056d175fa08b67c79453d1fefe848a (patch) | |
tree | 8c17722e29e8bc829a6793be71ac1f33911dfbcc /graphics/gd | |
parent | 0f98d94b799def134fe791fed2a2aac2f248dd61 (diff) |
Notes
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 85176f9dbbc7..d598fc23f383 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -42,7 +42,7 @@ NO_OPTIONS_SORT=yes .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:M_FONTCONFIG} +.if ${PORT_OPTIONS:MFONTCONFIG} LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBFONTCONFIG -DHAVE_PTHREAD ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -lfontconfig |