diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 07:13:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 07:13:46 +0000 |
commit | 8cb5c3cf31cd0be2dce7509c276a6c7dcc7727ba (patch) | |
tree | fc71583b85c77c33e2e2b0a233b4af050cba6509 /graphics/gd | |
parent | de78af3ac53da4687d22975cd2e236a0668d9a0d (diff) |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 089ecbfe7d0e..ce392258c821 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 2.0.35 -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://www.libgd.org/releases/ @@ -35,7 +35,7 @@ WANT_PERL= yes OPTIONS= X11 "X11 support" off \ XPM "XPM color bitmap loading support (requires X11)" off \ - FONTCONFIG "fontconfig library support (requires X11)" off \ + FONTCONFIG "fontconfig library support (requires X11)" on \ ICONV "iconv support" off .include <bsd.port.pre.mk> @@ -50,7 +50,7 @@ FEATURES+= GD_XPM .endif .endif -.if defined(WITH_FONTCONFIG) +.if !defined(WITHOUT_FONTCONFIG) 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 |