diff options
-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 |