diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-02-20 12:48:13 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-02-20 12:48:13 +0000 |
commit | 356697217baf29747a237ff7e51b52cbf1565a3f (patch) | |
tree | 29574dd8f65ed2791165acd4e697bb9349899d04 /graphics/php4-gd | |
parent | 68959f2b3d9555e29033950fedbb28d79d525928 (diff) | |
download | pkgsrc-356697217baf29747a237ff7e51b52cbf1565a3f.tar.gz |
since we already depend on freetype 2.x, we might as well enable the PHP
GD support for it
bump pkg revision for this change
Diffstat (limited to 'graphics/php4-gd')
-rw-r--r-- | graphics/php4-gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile index cd356c1387e..bd4aeb0f23c 100644 --- a/graphics/php4-gd/Makefile +++ b/graphics/php4-gd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/08/31 19:55:46 jdolecek Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/20 12:48:13 jdolecek Exp $ MODNAME= gd CATEGORIES+= graphics -PKGREVISION= # empty +PKGREVISION= 1 COMMENT= PHP4 extension for GD graphics library USE_BUILDLINK2= YES @@ -16,9 +16,9 @@ CONFIGURE_ARGS+= --with-png-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-xpm-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-ttf=${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --enable-${MODNAME}-native-ttf CONFIGURE_ARGS+= --enable-${MODNAME}-jis-conv -CONFIGURE_ARGS+= --without-freetype-dir CONFIGURE_ARGS+= --without-t1lib .include "../../devel/zlib/buildlink2.mk" |