pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/php-gd Cosmetics continue



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65307757184b
branches:  trunk
changeset: 483534:65307757184b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 14 11:42:48 2004 +0000

description:
Cosmetics continue

diffstat:

 graphics/php-gd/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 9fd6ddb1768a -r 65307757184b graphics/php-gd/Makefile
--- a/graphics/php-gd/Makefile  Sun Nov 14 11:02:04 2004 +0000
+++ b/graphics/php-gd/Makefile  Sun Nov 14 11:42:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/12 09:43:16 adam Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/14 11:42:48 adam Exp $
 
 MODNAME=               gd
 CATEGORIES+=           graphics
@@ -6,11 +6,10 @@
 
 USE_BUILDLINK3=                YES
 
-CONFIGURE_ARGS+=       --with-${MODNAME}       # use bundled libgd
+CONFIGURE_ARGS+=       --with-${MODNAME}=${BUILDLINK_DIR}
 CONFIGURE_ARGS+=       --with-jpeg-dir=${BUILDLINK_DIR}
 CONFIGURE_ARGS+=       --with-png-dir=${BUILDLINK_DIR}
 CONFIGURE_ARGS+=       --with-zlib-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



Home | Main Index | Thread Index | Old Index