diff options
-rw-r--r-- | lang/php55/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index b0c4103f92e8..79c59f07f828 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -349,7 +349,7 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} \ CONFIGURE_ENV+= ac_cv_buggy_snprint_value="no" -LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USE_OPENSSL= yes .endif |