summaryrefslogtreecommitdiff
path: root/www
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
parentUpdate to version 21.1.10. (diff)
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Notes
Notes: svn path=/head/; revision=29276
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 77aa2cf4a85a..10814eeb65ed 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/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
;;
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
;;
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 03b51e5ace1b..b01f598c0d4d 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/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
;;