pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/php4-gd since we already depend on freetype 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7271d467f49b
branches:  trunk
changeset: 469148:7271d467f49b
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Feb 20 12:48:13 2004 +0000

description:
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:

 graphics/php4-gd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r fe21b847a403 -r 7271d467f49b graphics/php4-gd/Makefile
--- a/graphics/php4-gd/Makefile Fri Feb 20 12:43:28 2004 +0000
+++ b/graphics/php4-gd/Makefile Fri Feb 20 12:48:13 2004 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index