diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-23 23:47:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-23 23:47:21 +0000 |
commit | 8e4d734fe6f421d7e921c52e8f698d8db43f5884 (patch) | |
tree | cc4f8ffe19120167e64f8b1d1fa68acf2831b2e4 /graphics/gd | |
parent | 97a006d824f4b6e02a253e1500eb3ecf86aa474a (diff) | |
download | ports-8e4d734fe6f421d7e921c52e8f698d8db43f5884.tar.gz ports-8e4d734fe6f421d7e921c52e8f698d8db43f5884.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 2b51da3481d9..19fbb9f899c4 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -46,8 +46,8 @@ FEATURES+= GD_XPM .if defined(WITH_FONTCONFIG) LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CPPFLAGS+= -I${X11BASE}/include -DHAVE_LIBFONTCONFIG -DHAVE_PTHREAD ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -LDFLAGS2+= ${PTHREAD_LIBS} +LDFLAGS+= ${PTHREAD_LIBS} -L${X11BASE}/lib -lfontconfig +LDFLAGS2+= ${PTHREAD_LIBS} -L${X11BASE}/lib FEATURES+= GD_FONTCONFIG .endif |