diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-29 16:54:42 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-29 16:54:42 +0000 |
commit | f0819ed38ca71dcb0c63e09265957efe51d6bfb4 (patch) | |
tree | c7ce6e49f3797a5443620f927959d88aaa414cc5 /www | |
parent | 785237ed49ef9f9f893f7eed37d84dbfb85a20b0 (diff) | |
download | FreeBSD-ports-f0819ed38ca71dcb0c63e09265957efe51d6bfb4.zip FreeBSD-ports-f0819ed38ca71dcb0c63e09265957efe51d6bfb4.tar.gz |
- fix shared version of gd.lib (optional)
Diffstat (limited to 'www')
-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 8bf0fd7..0d7f4f6 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -59,7 +59,7 @@ exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc while [ "$1" ]; do case $1 in \"GD\") - echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" + echo "LIB_DEPENDS+= gd.4:\${PORTSDIR}/graphics/gd" echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}" GD=1 ;; |