summaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-06-06 20:45:50 +0000
committerdirk <dirk@FreeBSD.org>2000-06-06 20:45:50 +0000
commit9a48bcf73f5f60acc96d29c6ac912fb55e99aed9 (patch)
treea1011d6a4b34b30335ebef391acdc1d253512a67 /www/mod_php5
parent05b3c4261d2580d266b9af522e95e0afab1936d2 (diff)
downloadFreeBSD-ports-9a48bcf73f5f60acc96d29c6ac912fb55e99aed9.zip
FreeBSD-ports-9a48bcf73f5f60acc96d29c6ac912fb55e99aed9.tar.gz
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 03b51e5..b01f598 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
;;
OpenPOWER on IntegriCloud