diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-22 00:16:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-22 00:16:57 +0000 |
commit | f44b89830798744ae0967782a570113b2a343a1f (patch) | |
tree | 397778c055f056341998571e2d0d55a5e9716ccc /net/net-snmp4 | |
parent | 8a7cad19346ab932c7f1a290931c577d9cd118c2 (diff) | |
download | ports-f44b89830798744ae0967782a570113b2a343a1f.tar.gz ports-f44b89830798744ae0967782a570113b2a343a1f.zip |
Notes
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index d2a1902bfd7e..9a8381f5d15c 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --enable-ipv6 .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-openssl .else -.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 +.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || ${OSVERSION} >= 470103 .if ${OSVERSION} >= 500100 LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl .else |