summaryrefslogtreecommitdiff
path: root/graphics/php-gd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/php-gd/Makefile')
-rw-r--r--graphics/php-gd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile
index 928ce0474fe..50855cdfac7 100644
--- a/graphics/php-gd/Makefile
+++ b/graphics/php-gd/Makefile
@@ -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 @@ COMMENT= PHP extension for GD graphics library
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