summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-02-15 12:01:58 +0000
committerdirk <dirk@FreeBSD.org>2001-02-15 12:01:58 +0000
commitccf9d4730d7dce1245843e7b8af1267dfb6021c8 (patch)
treea117a8fa70bdf518e0ed5af2a5befd3e6358e86a /www/mod_php4
parentab2e60514160364e6dcb2bcc403fafc66335713f (diff)
downloadFreeBSD-ports-ccf9d4730d7dce1245843e7b8af1267dfb6021c8.zip
FreeBSD-ports-ccf9d4730d7dce1245843e7b8af1267dfb6021c8.tar.gz
graphics/gd installs libgd.so.2, now.
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 25c3910..b4be554 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -57,7 +57,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
;;
OpenPOWER on IntegriCloud