diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-18 23:08:31 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-18 23:08:31 +0000 |
commit | fd10342fed367836cb381ae054203645e4235016 (patch) | |
tree | 1ed9b17f28e0f8629921d86307bfc9bddf0a5a13 /www | |
parent | 5e1540aadcaee8b87f41ee3d82360cf67ab51794 (diff) | |
download | freebsd-ports-fd10342fed367836cb381ae054203645e4235016.zip |
graphics/gd does not install shared libraries any longer, so use
BUILD_DEPENDS instead of LIB_DEPENDS.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 76c467e782fb..96591e517fe4 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -59,7 +59,7 @@ while [ "$1" ]; do echo "GD is DISABLED for now. Ignoring." > /dev/stderr ;; \"nothing\") - echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" + echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd" echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" GD=1 ;; diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 76c467e782fb..96591e517fe4 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -59,7 +59,7 @@ while [ "$1" ]; do echo "GD is DISABLED for now. Ignoring." > /dev/stderr ;; \"nothing\") - echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" + echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd" echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" GD=1 ;; |