Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gd/Makefile,v retrieving revision 1.84 diff -u -p -r1.84 Makefile --- Makefile 28 Jun 2007 16:12:06 -0000 1.84 +++ Makefile 21 Aug 2007 15:41:25 -0000 @@ -31,6 +31,11 @@ LDFLAGS2= -L${PREFIX}/lib -L${LOCALBASE} FEATURES= GD_JPEG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON USE_LDCONFIG= yes +OPTIONS= X11 "X11 support" off \ + XPM "XPM color bitmap loading support (requires X11)" off \ + FONTCONFIG "fontconfig library support (requires X11)" off \ + ICONV "iconv support" off + .include .if !defined(WITHOUT_X11) @@ -68,11 +73,7 @@ FONTBASE= ${X11BASE}/lib/X11/fonts pre-extract:: @${ECHO_MSG} "" - @${ECHO_MSG} "gd has the following tunables:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_XPM=yes Turns on Xpm support" - @${ECHO_MSG} " WITH_FONTCONFIG=yes Turns on Fontconfig support" - @${ECHO_MSG} " WITH_ICONV=yes Turns on iconv support" + @${ECHO_MSG} "GD_FONTS can be set to specify an alternative list of .bdf files" @${ECHO_MSG} "" post-configure: