From bf90691d26d7b0d000498bb471def7354813f711 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 20 Feb 2004 12:48:13 +0000 Subject: 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 --- graphics/php4-gd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/php4-gd') 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" -- cgit v1.2.3