aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-03-30 00:54:42 +0800
committerdinoex <dinoex@FreeBSD.org>2004-03-30 00:54:42 +0800
commitf0819ed38ca71dcb0c63e09265957efe51d6bfb4 (patch)
treec7ce6e49f3797a5443620f927959d88aaa414cc5 /www/mod_php3
parent785237ed49ef9f9f893f7eed37d84dbfb85a20b0 (diff)
downloadfreebsd-ports-gnome-f0819ed38ca71dcb0c63e09265957efe51d6bfb4.tar.gz
freebsd-ports-gnome-f0819ed38ca71dcb0c63e09265957efe51d6bfb4.tar.zst
freebsd-ports-gnome-f0819ed38ca71dcb0c63e09265957efe51d6bfb4.zip
- fix shared version of gd.lib (optional)
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 8bf0fd7f3031..0d7f4f65d3ec 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -59,7 +59,7 @@ exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
while [ "$1" ]; do
case $1 in
\"GD\")
- echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd"
+ echo "LIB_DEPENDS+= gd.4:\${PORTSDIR}/graphics/gd"
echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}"
GD=1
;;