summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-02-14 22:30:43 +0000
committerdirk <dirk@FreeBSD.org>2002-02-14 22:30:43 +0000
commita81be53abbe281c7bf48e22201333673bacf3d28 (patch)
tree182da6524860e54f770a4f0ee1b3172f336a8f0b /www/mod_php4
parentd17fa4b2b93cd002cb647f4f3de33e5c3e218e38 (diff)
downloadFreeBSD-ports-a81be53abbe281c7bf48e22201333673bacf3d28.zip
FreeBSD-ports-a81be53abbe281c7bf48e22201333673bacf3d28.tar.gz
Fix build if snmp support is enabled.
PR: ports/34671 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index bfa902aa..21b379e 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -205,7 +205,7 @@ while [ "$1" ]; do
;;
\"SNMP\")
echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp"
- echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack"
+ echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack --with-openssl=\${OPENSSLBASE}"
echo "USE_OPENSSL= yes"
LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl"
;;
OpenPOWER on IntegriCloud