summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-02-15 12:01:58 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-02-15 12:01:58 +0000
commit3ab07c1047b9a678b865a3d74c1ddd0269b4b4ed (patch)
treed64e068d3607d7fe0517fe7f98f7f3c9dea190e7 /www/mod_php3
parentUpdate to 4122 virus definitions. (diff)
graphics/gd installs libgd.so.2, now.
Notes
Notes: svn path=/head/; revision=38366
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 58933f3451ae..9d54c3db639f 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -55,7 +55,7 @@ exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
while [ "$1" ]; do
case $1 in
\"GD\")
- echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd"
+ echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd"
echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}"
GD=1
;;