diff options
author | dirk <dirk@FreeBSD.org> | 2001-02-15 20:01:58 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-02-15 20:01:58 +0800 |
commit | ccf9d4730d7dce1245843e7b8af1267dfb6021c8 (patch) | |
tree | a117a8fa70bdf518e0ed5af2a5befd3e6358e86a /www/mod_php3 | |
parent | ab2e60514160364e6dcb2bcc403fafc66335713f (diff) | |
download | freebsd-ports-gnome-ccf9d4730d7dce1245843e7b8af1267dfb6021c8.tar.gz freebsd-ports-gnome-ccf9d4730d7dce1245843e7b8af1267dfb6021c8.tar.zst freebsd-ports-gnome-ccf9d4730d7dce1245843e7b8af1267dfb6021c8.zip |
graphics/gd installs libgd.so.2, now.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 58933f3451ae..9d54c3db639f 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -55,7 +55,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 ;; |