aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-06-06 20:45:50 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-06-06 20:45:50 +0000
commit509e68c22b6b947a6676af445978417c963cc871 (patch)
treeb884bf6c06eea290e71a7f8d746e03531e9d8697 /www/mod_php4
parenteca60c8e7af253123d0970127a355d2cd87faf89 (diff)
downloadports-509e68c22b6b947a6676af445978417c963cc871.tar.gz
ports-509e68c22b6b947a6676af445978417c963cc871.zip
Notes
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 03b51e5ace1b..b01f598c0d4d 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -54,7 +54,7 @@ exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
while [ "$1" ]; do
case $1 in
\"GD\")
- echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd"
+ echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd"
echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}"
GD=1
;;