aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r--www/mod_php4/scripts/configure.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 13ea274eb9f1..b9b059483018 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -103,7 +103,7 @@ while [ "$1" ]; do
;;
\"GD2\")
- echo "LIB_DEPENDS+= gd.3:\${PORTSDIR}/graphics/gd2"
+ echo "LIB_DEPENDS+= gd.4:\${PORTSDIR}/graphics/gd2"
echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2"
echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png"
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
@@ -244,7 +244,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-openssl=\${OPENSSLBASE}"
;;
\"SNMP\")
- echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp"
+ echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp4"
echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack --with-openssl=\${OPENSSLBASE}"
echo "USE_OPENSSL= yes"
LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl"